Re-work connections and relay stats
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
export enum ConnectionEvent {
|
||||
InvalidUrl = 'invalid:url',
|
||||
InvalidMessage = 'invalid:message:receive',
|
||||
Open = 'socket:open',
|
||||
Reset = 'socket:reset',
|
||||
Close = 'socket:close',
|
||||
Error = 'socket:error',
|
||||
Receive = 'receive:message',
|
||||
Notice = 'receive:notice',
|
||||
Send = 'send:message',
|
||||
}
|
||||
Reference in New Issue
Block a user