Always use latest websocket connection for Turtle events
This commit is contained in:
@@ -20,6 +20,7 @@ CodeOceanEditorWebsocket = {
|
||||
this.resetOutputTab();
|
||||
}.bind(this)
|
||||
);
|
||||
CodeOceanEditorWebsocket.websocket = this.websocket;
|
||||
this.websocket.onError(this.showWebsocketError.bind(this));
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user