Revert transport to websocket only
This commit is contained in:
parent
90669b0604
commit
4b3ad60565
1 changed files with 2 additions and 2 deletions
|
|
@ -241,7 +241,7 @@ export default class Assist {
|
||||||
extraHeaders: {
|
extraHeaders: {
|
||||||
sessionId,
|
sessionId,
|
||||||
},
|
},
|
||||||
transports: ['polling', 'websocket',],
|
transports: ['websocket',],
|
||||||
withCredentials: true,
|
withCredentials: true,
|
||||||
reconnection: true,
|
reconnection: true,
|
||||||
reconnectionAttempts: 30,
|
reconnectionAttempts: 30,
|
||||||
|
|
@ -852,4 +852,4 @@ export default class Assist {
|
||||||
* // })
|
* // })
|
||||||
* // slPeer.on('error', console.error)
|
* // slPeer.on('error', console.error)
|
||||||
* // this.emit('canvas_stream', { canvasId, })
|
* // this.emit('canvas_stream', { canvasId, })
|
||||||
* */
|
* */
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue