boot-react-native icon indicating copy to clipboard operation
boot-react-native copied to clipboard

Unable to reload app when using REPL on Android

Open vikeri opened this issue 9 years ago • 0 comments

It works to fire up a REPL, but when one reloads the app the error Websocket REPL error: occupied shows up.

To resolve this one has to restart the boot process.

It works on iOS and only seeing this issue on Android.

Full stack trace:

Websocket REPL error :occupied
reactConsoleError   @   ExceptionsManager.js:76
console.error   @   YellowBox.js:59
(anonymous function)    @   weasel.repl.js:26
G__10840__2 @   cljs.core.js:33337
G__10840    @   cljs.core.js:33604
(anonymous function)    @   weasel.repl.js:184
goog.events.EventTarget.fireListeners   @   goog.events.EventTarget.js:284
goog.events.EventTarget.dispatchEventInternal_  @   goog.events.EventTarget.js:381
goog.events.EventTarget.dispatchEvent   @   goog.events.EventTarget.js:196
goog.net.WebSocket.onMessage_   @   goog.net.WebSocket.js:426
dispatchEvent   @   event-target.js:172
(anonymous function)    @   WebSocket.js:168
emit    @   EventEmitter.js:179
__callFunction  @   MessageQueue.js:193
(anonymous function)    @   MessageQueue.js:94
guard   @   MessageQueue.js:41
callFunctionReturnFlushedQueue  @   MessageQueue.js:93
onmessage   @   debuggerWorker.js:39

vikeri avatar Sep 28 '16 08:09 vikeri