Fixing benchmark
This commit is contained in:
parent
9f3577286d
commit
53c6c2bc30
4 changed files with 15 additions and 17 deletions
|
@ -7,7 +7,6 @@ import {WebSocket} from "uWebSockets.js"
|
|||
export interface ExSocketInterface extends WebSocket, Identificable {
|
||||
token: string;
|
||||
roomId: string;
|
||||
webRtcRoomId: string|undefined;
|
||||
userId: number; // A temporary (autoincremented) identifier for this user
|
||||
userUuid: string; // A unique identifier for this user
|
||||
name: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue