disconnect method
dynamic
disconnect()
Disconnects the agent from the server.
Implementation
disconnect() {
reset();
socket.disconnect();
}
Disconnects the agent from the server.
disconnect() {
reset();
socket.disconnect();
}