shokai / websocket-client-simple

Simple WebSocket Client on Ruby
https://rubygems.org/gems/websocket-client-simple
MIT License
115 stars 68 forks source link

Handle error on handshake #29

Closed Soulaz closed 6 years ago

Soulaz commented 7 years ago

This PR aims to fix client#open? which returns true even if the handshake fails. https://github.com/imanel/websocket-ruby/blob/master/lib/websocket/handshake/base.rb#L44

Soulaz commented 6 years ago

Seems like this repo is no longer maintained. Closing.