vouch-opensource / krell

Simple ClojureScript React Native Tooling
Eclipse Public License 1.0
675 stars 37 forks source link

Bad REPL state if you connect the REPL via `-c -r` after the app has started #87

Closed swannodette closed 4 years ago

swannodette commented 4 years ago

Needs some investigation as to whether this even practical. If the app is started then -c will trigger at least one refresh. -r may trigger another one. By the time the REPL "connects" the state of the socket is wrong. Will update this description as more details are discovered.

swannodette commented 4 years ago

Fixed in master after removing ack handling.