ngauthier / tubesock

Websocket interface on Rack Hijack w/ Rails support
MIT License
620 stars 43 forks source link

Rescue Errno::ETIMEDOUT in #send_data #39

Closed nateless closed 9 years ago

nateless commented 9 years ago

This PR fixes crash under puma, full error was:

shared/bundle/ruby/2.2.0/gems/tubesock-0.2.5/lib/tubesock.rb:41:in `write': Connection timed out (Errno::ETIMEDOUT)
ngauthier commented 9 years ago

Thanks!