tidying ws client
This commit is contained in:
@@ -8,6 +8,7 @@ export enum WsConnectionStateEnum {
|
||||
CONNECTED = 2,
|
||||
CLOSING = 3,
|
||||
RECONNECTING = 4,
|
||||
// ERROR = 5,
|
||||
}
|
||||
/** A "topic" is always a string */
|
||||
type WsTopic = string;
|
||||
|
||||
Reference in New Issue
Block a user