Skip to content

Commit f2ae32b

Browse files
committed
Add note about namespace methods
1 parent c141f7c commit f2ae32b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Usage Docs/12to13.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ to the manager.
4747

4848
- `SocketIOClient`s no longer take a configuration, they are shared from the manager.
4949

50+
- The `joinNamespace()` and `leaveNamespace()` methods on `SocketIOClient` no longer take any arguments, and in most cases
51+
no longer need to be called. Namespace joining/leaving can be managed by calling `connect()`/`disconnect()` on the socket
52+
associated with that namespace.
53+
5054
----------
5155

5256
# What things should I know?

0 commit comments

Comments
 (0)