Releasing a connection |
|
|
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(); |