From 8b3022bed00838933c24d03cd7f90cd0245bb0ae Mon Sep 17 00:00:00 2001 From: CrescentLeaf Date: Sun, 23 Nov 2025 14:24:50 +0800 Subject: [PATCH] 1919810 --- client/api/Client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/api/Client.ts b/client/api/Client.ts index 7f2bd6b..23e75f5 100644 --- a/client/api/Client.ts +++ b/client/api/Client.ts @@ -18,7 +18,7 @@ class Client { this.socket?.disconnect() this.socket && delete this.socket this.socket = io({ - transports: ['websocket'], + transports: ['websocket', 'polling', 'webtransport'], auth: { device_id: data.device_id, session_id: this.sessionId,