disconnect method

void disconnect()

Disconnect the websocket and http client

Implementation

void disconnect() {
  log.i('Disconnect from Bybit.');
  websocket.disconnect();
  rest.disconnect();
}