connect method

dynamic connect()

Implementation

connect() {
  initWebSocketConnection();
  return this;
}