1919810
This commit is contained in:
@@ -18,7 +18,7 @@ class Client {
|
|||||||
this.socket?.disconnect()
|
this.socket?.disconnect()
|
||||||
this.socket && delete this.socket
|
this.socket && delete this.socket
|
||||||
this.socket = io({
|
this.socket = io({
|
||||||
transports: ['websocket'],
|
transports: ['websocket', 'polling', 'webtransport'],
|
||||||
auth: {
|
auth: {
|
||||||
device_id: data.device_id,
|
device_id: data.device_id,
|
||||||
session_id: this.sessionId,
|
session_id: this.sessionId,
|
||||||
|
|||||||
Reference in New Issue
Block a user