Skip to content

Commit

Permalink
Added decicated Server Action to track pinged WS connections
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasBrazi06 committed Nov 13, 2021
1 parent f14d54f commit affa0ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/Server.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ export enum ServerAction {
WS_CLIENT_INFO = 'WSClientInfo',

WS_CONNECTION = 'WSConnection',
WS_CONNECTION_PINGED = 'WSConnectionPinged',
WS_CONNECTION_OPENED = 'WSConnectionOpened',
WS_CONNECTION_CLOSED = 'WSConnectionClosed',

Expand Down

0 comments on commit affa0ad

Please sign in to comment.