Skip to main content
Version: 2.2.x

Disconnecting

Asynchronous

await client.disconnectAsync();

Synchronous

client.disconnect();