Add note about namespace methods

This commit is contained in:
Erik Little 2017-11-12 11:32:12 -05:00
parent c141f7c105
commit f2ae32b01d
No known key found for this signature in database
GPG Key ID: 4930B7C5FBC1A69D

View File

@ -47,6 +47,10 @@ to the manager.
- `SocketIOClient`s no longer take a configuration, they are shared from the manager. - `SocketIOClient`s no longer take a configuration, they are shared from the manager.
- The `joinNamespace()` and `leaveNamespace()` methods on `SocketIOClient` no longer take any arguments, and in most cases
no longer need to be called. Namespace joining/leaving can be managed by calling `connect()`/`disconnect()` on the socket
associated with that namespace.
---------- ----------
# What things should I know? # What things should I know?