shokai / ruby-socket.io-client-simple

A simple ruby client for node.js's socket.io. Supports only WebSocket.
https://rubygems.org/gems/socket.io-client-simple
MIT License
61 stars 36 forks source link

In Socket::Client::Simple::Client#connect Exception <SocketError: getaddrinfo: nodename nor servname provided, or not known> is not handled #10

Open lukaszp opened 9 years ago

lukaszp commented 9 years ago

In Socket::Client::Simple::Client#connect Exception <SocketError: getaddrinfo: nodename nor servname provided, or not known> is not handled in line 52. Exception is thrown by WebSocket::Client::Simple.connect if network interface is down.