disconnect method

dynamic disconnect()

Disconnects the agent from the server.

Implementation

disconnect() {
  reset();
  socket.disconnect();
}