ngauthier / tubesock

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

EHOSTUNREACH #12

Closed StefanWallin closed 11 years ago

StefanWallin commented 11 years ago

Got this stacktrace that happened during a long idle session. I had one client with an open socket, and then had that client loose connection to the server. After a while it presented this exception.

~/.rvm/gems/ruby-2.0.0-p247/gems/tubesock-0.2.2/lib/tubesock.rb:93:in 'recvfrom': No route to host - recvfrom(2) (Errno::EHOSTUNREACH)
  from ~/.rvm/gems/ruby-2.0.0-p247/gems/tubesock-0.2.2/lib/tubesock.rb:93:in 'each_frame'
  from ~/.rvm/gems/ruby-2.0.0-p247/gems/tubesock-0.2.2/lib/tubesock.rb:63:in 'block in listen'
StefanWallin commented 11 years ago

Closing since it's merged already.