Closed sonwh98 closed 9 years ago
Wed Jul 29 11:13:27 BST 2015 [server-loop] WARN - opcode mismatch: pre: 1, now: 0 Eval timed out!
I get that error message when calling datascript transact! function from the figwheel repl See the save function at see https://github.com/sonwh98/infamous/blob/master/src/com/kaicode/infamous.cljs
To reproduce this run the figwheel repl on this project https://github.com/sonwh98/cljs-famous-twitter
(in-ns 'com.kaicode.infamous) (save {:foo/id "bar"})
This is an http-kit problem and has been referenced here https://github.com/bhauman/lein-figwheel/issues/194
I'm closing this as it's a duplicate of #194
Wed Jul 29 11:13:27 BST 2015 [server-loop] WARN - opcode mismatch: pre: 1, now: 0 Eval timed out!
I get that error message when calling datascript transact! function from the figwheel repl See the save function at see https://github.com/sonwh98/infamous/blob/master/src/com/kaicode/infamous.cljs
To reproduce this run the figwheel repl on this project https://github.com/sonwh98/cljs-famous-twitter