Add request id to server response
This commit is contained in:
@@ -294,6 +294,7 @@ const server = Bun.serve<WSData>({
|
|||||||
playing: room.playing,
|
playing: room.playing,
|
||||||
username: ws.data.username,
|
username: ws.data.username,
|
||||||
timestamp: Date.now(),
|
timestamp: Date.now(),
|
||||||
|
req_id: msg.req_id,
|
||||||
},
|
},
|
||||||
ws as unknown as WebSocket
|
ws as unknown as WebSocket
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user