-
Notifications
You must be signed in to change notification settings - Fork 260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is this project still under progress? #40
Comments
I have no idea if @graarh has plans to update this. I see I and others ended up rewriting portions of this to our own needs. I don't have an interest in maintaining a fork of a Go library for socket.io (besides the necessary for my needs), but maybe it's about time someone merges our improvements together. |
@henvic Thank you for you efforts!
|
@haroldrandom You can also try my fork |
Hi @haroldrandom, If you go to https://asciinema.org/a/192043 between 1:57 and 2:15 you can see the execution of some shell commands. I'm actually using this modified socketio implementation behind the scenes for that. There aren't too many users for this command, but I'd say it's pretty stable. That said, I must say there are a couple bugs which I believe are not related to golang-socketio. |
@mtfelian @henvic Thank you guys and your efforts. I am trying to implement a socket.io client using the gorilla websocket package, and some problems comes to me. I just can't pass the user authorizing system, that's why I can't get data as the browser did. Thank you for yours suggestions and efforts again~ |
Hi, there!
Is this project still under progress? Any updates?
The text was updated successfully, but these errors were encountered: