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'
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.