bhauman / lein-figwheel

Figwheel builds your ClojureScript code and hot loads it into the browser as you are coding!
Eclipse Public License 1.0
2.88k stars 208 forks source link

WARN - opcode mismatch: pre: 1, now: 0 #205

Closed sonwh98 closed 9 years ago

sonwh98 commented 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"})
bhauman commented 9 years ago

This is an http-kit problem and has been referenced here https://github.com/bhauman/lein-figwheel/issues/194

bhauman commented 9 years ago

I'm closing this as it's a duplicate of #194