Closed
Description
You want to:
- report a bug
- request a feature
Current behaviour
const adminSocket = io('/admin', { forceNew: true });
will connect to Namespace "/" AND "/admin".
Using this will connect to default namespace two times:
const socket = io();
const adminSocket = io('/admin', { forceNew: true });
Im not sure if this is by design but if yes, it did not found it in the documentation.
Expected behaviour
Connecting to a namespace should not connect to default namespace
Setup
- socket.io version: 2.0.3
Metadata
Metadata
Assignees
Labels
No labels