disconnect
Disconnects the socket.
Parameters
codeoptional|
A numeric status code to send on disconnect.
reasonoptional|
A custom reason for the disconnect.
Examples
Connect
- JavaScript
- Python
realtime.disconnect()
Disconnects the socket.
A numeric status code to send on disconnect.
A custom reason for the disconnect.