You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 14, 2024. It is now read-only.
I have a socket server with web and iOS clients. And the socket server has multiple namespaces(game/chat/notification). I can connect to the server over one socket on web client by socket.io-client. The socket.id keeps same on each namespace connection to the server while using the web client. But the iOS client needs to create a new socket connection to connect each namespace. And I am having 3 socket connections with different socket.ids. I would like to decrease these socket connections to 1 just like the web client. Is it possible? Or I am on a wrong way?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi,
I have a socket server with web and iOS clients. And the socket server has multiple namespaces(game/chat/notification). I can connect to the server over one socket on web client by socket.io-client. The socket.id keeps same on each namespace connection to the server while using the web client. But the iOS client needs to create a new socket connection to connect each namespace. And I am having 3 socket connections with different socket.ids. I would like to decrease these socket connections to 1 just like the web client. Is it possible? Or I am on a wrong way?
Thanks in advance.
The text was updated successfully, but these errors were encountered: