Core
Guides v2.x
2

disconnect #

Asks the protocol to force-close a connection.


Arguments #

disconnect(connectionId);

ArgumentsTypeDescription
connectionId
string
Connection unique identifier, previously registered by the protocol using newConnection

Return #

The disconnect function is not expected to return a value.