You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FWIIW, I am finding that the client WebSocket does not receive an onclose() event. The demo/app.js might need this event listener added in its app.ws():
Cleanup mainly. If you type exit in the shell it presents, the running backend app.js does not handle the PID closing, which in turn does not pass on the ws.on('close') event for its cleanup: echoing a 'Closed terminal ' + pid status. And a netstat confirms that the WebSocket remains ESTABLISHED between client/server without it.
We should add new features to the demo:
The text was updated successfully, but these errors were encountered: