socket.io-ruby-client
socket.io-ruby-client copied to clipboard
a ruby client for socket.io
Using a https url to connect to simply doesn't work, it doesn't show any errors but it just doesn't seem to connect
Hi, great package! Can you please add a `License.md` so that we can use it safely, say, at a hackathon?
I have a simple on_disconnect block inside of my `SocketIO.connect` block and when I cut the internet off my laptop, it is not run.
Added few spaces for readability and cleaner code :blue_heart:
Hi thank you for nice gem. On ruby2.0.0, socket.io-ruby-client gem (v0.0.3) not worked by encoding problem. However, master-branch of this repository works well. could you push latest version to rubygems.org??
In order to publish that to Heroku, I have to change make the transport xhr-polling. But client doesn't fire anything when this transport is set.
I have to manually change the code inside your library to connect to a socketio server that runs on https
If you have a service that runs on NodeJS via socket.io with a namespace, socket.io-ruby-client cannot select that namespace and connect to the service