Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

multiple namespace over just one socket connection. #59

Open
yapiskan opened this issue Nov 30, 2012 · 2 comments
Open

multiple namespace over just one socket connection. #59

yapiskan opened this issue Nov 30, 2012 · 2 comments

Comments

@yapiskan
Copy link

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.

@pkyeck
Copy link
Owner

pkyeck commented Nov 30, 2012

hey. i never used namespaces myself and the NS addition to this library came from someone else

Namespace support by Sam Lown [email protected] at Cabify.

sorry for not being of much help.

@jbaez
Copy link

jbaez commented Jul 8, 2014

#198 Namespace fix

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

No branches or pull requests

3 participants