when client disconnects (sigint or however), the server gets the close event on the websocket and will emit a connection-closed event which ./bin/remote.js will listen on and close.
implications:
websocket server will close when any client connection is closed
when client disconnects (sigint or however), the server gets the close event on the websocket and will emit a
connection-closed
event which./bin/remote.js
will listen on and close.implications: