We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 238dae2 + a630114 commit 281a61cCopy full SHA for 281a61c
lib/websocket-client-simple/client.rb
@@ -31,6 +31,7 @@ def connect(url, options={})
31
@socket.hostname = uri.host
32
@socket.connect
33
end
34
+ ::WebSocket.should_raise = true
35
@handshake = ::WebSocket::Handshake::Client.new :url => url, :headers => options[:headers]
36
@handshaked = false
37
@pipe_broken = false
0 commit comments