Adding back authentication to uws websocket
This commit is contained in:
parent
e9b538e43c
commit
5de2f61231
4 changed files with 98 additions and 42 deletions
|
@ -13,7 +13,6 @@ export interface ExSocketInterface extends WebSocket, Identificable {
|
|||
characterLayers: string[];
|
||||
position: PointInterface;
|
||||
viewport: ViewportInterface;
|
||||
isArtillery: boolean; // Whether this socket is opened by Artillery for load testing (hack)
|
||||
/**
|
||||
* Pushes an event that will be sent in the next batch of events
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue