We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm having trouble emitting messages (and getting responses) to a separate namespace.
I created two clients:
The url's for both are the same. The messages to 1 are working fine but not 2. Any ideas? Has the namespace stuff been extensively used?
The text was updated successfully, but these errors were encountered:
@cbiggin I use namespaces quite extensively. To tell the truth I use this lib for reading from websocket (monitoring) and I use namespaces.
Are you sure that you server configuration is correct? I never setup server myself, so may be tool like this (https://github.com/AppSaloon/socket.io-tester) can help you to test or try to check with official swift lib https://github.com/socketio/socket.io-client-swift.
Sorry, something went wrong.
No branches or pull requests
I'm having trouble emitting messages (and getting responses) to a separate namespace.
I created two clients:
The url's for both are the same. The messages to 1 are working fine but not 2. Any ideas? Has the namespace stuff been extensively used?
The text was updated successfully, but these errors were encountered: