gruis / sinatra-websocket

Makes it easy to upgrade any request to a websocket connection in Sinatra
https://rubygems.org/gems/sinatra-websocket
Other
230 stars 31 forks source link

Failing to close socket on connection loss/time-out #21

Open atomless opened 8 years ago

atomless commented 8 years ago

Looks like the close socket event is not getting fired when network connection times out. Any ideas why that might be the case. Also is it possible to close an open socket from the server end?