export enum WebSocketConnectionStatus { Connecting = 0, Open = 1, Closing = 2, Closed = 3, Error = 4 }