Skip to content
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

Namespace usage #5

Open
cbiggin opened this issue Mar 19, 2018 · 1 comment
Open

Namespace usage #5

cbiggin opened this issue Mar 19, 2018 · 1 comment

Comments

@cbiggin
Copy link

cbiggin commented Mar 19, 2018

I'm having trouble emitting messages (and getting responses) to a separate namespace.

I created two clients:

  1. no namespace specified
  2. namespace specified to be "/chat"

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?

@vasily-popov
Copy link
Owner

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants