shokai / websocket-client-simple

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

Added ability to pass an :ssl_version option for SSL connections. #9

Closed tonybyrne closed 10 years ago

tonybyrne commented 10 years ago

This is a simple change to allow a client app to specify the version of SSL/TLS to use for secure connections. It only makes sense in the context of 'https' and 'wss' URIs.

shokai commented 10 years ago

thank you!

shokai commented 10 years ago

I have shipped v0.2.2 to rubygems.org

tonybyrne commented 10 years ago

Hi,

You are more than welcome. And Thank you for producing a very useful websocket client. We're using it to talk to Datasift. We had problems with two other gems and yours is the only one that worked. One feature that would be very useful in your gem is connection management. We had to write our own code to detected failed connections and reconnect.

Kind Regards,

Tony.

On Tue, Nov 18, 2014 at 5:14 AM, Sho Hashimoto notifications@github.com wrote:

thank you!

— Reply to this email directly or view it on GitHub https://github.com/shokai/websocket-client-simple/pull/9#issuecomment-63423813 .