-
Notifications
You must be signed in to change notification settings - Fork 58
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
Connect to a socket.io namespace #52
Comments
Take a look at this PR: #35 Seems that since this PR there were namespaces support. Taking a look at the source code of the current version, all those codes related to namespaces doesn't exists anymore. The reason: dunno... :-( @washo4evr can you please take a look at this? I also need to use namespaces... :/ BR! |
Hi, Thank you for using this library. I will look into it and add support. |
@washo4evr , there is one thing that makes me very curious... Why did you removed all the code added on the PR #35 ? It wasn't working? |
@oscarcon check this link: https://github.com/washo4evr/Socket.io-v1.x-Library/tree/7e966b7a8737b1051f9ac0da89635e1157189686 It is the last library state where there was namespaces support. I've got that code and edited my local copy of the library and now I'm able to use namespaces again. @washo4evr Soon (I guess) I'll send a pull request to add namespaces support back again. Just doing some tests here, in order to see if there's no problems with the implementation. BR! |
It works! Thank you very much, @Ruttmann. I have to avoid using namespace before. Now I'm able to use it. |
Hello, after update to the latest version, I can't use the library to connect to a socket.io namespace anymore. Does someone know how to fix it?
The text was updated successfully, but these errors were encountered: