Releasing a connection
Top  Previous  Next

To disconnect from a server, invoke the IpClient#disconnect method. You should always disconnect from the server when ending your session.

Example


// disconnect
client.disconnect();