appnexus / sicksync

Don’t accept the available as the preferable. Go the extra mile with extra speed.
Apache License 2.0
68 stars 11 forks source link

stop the server when a client disconnects #15

Closed jhsu closed 9 years ago

jhsu commented 9 years ago

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: