onServerError method

dynamic onServerError()

Implementation

onServerError() {
  Log(LogLevel.Warning, "websocket connection disconnected");
  LogConnectionEvent(ConnectionEvent.WebSocketDisconnected);
}