experimental: only polling for assist
This commit is contained in:
parent
ae313c17d4
commit
70423c6d8e
1 changed files with 1 additions and 1 deletions
|
|
@ -185,7 +185,7 @@ export default class AssistManager {
|
|||
const socket: Socket = (this.socket = io(urlObject.origin, {
|
||||
withCredentials: true,
|
||||
multiplex: true,
|
||||
transports: ['polling', 'websocket'],
|
||||
transports: ['polling'],
|
||||
path: '/ws-assist/socket',
|
||||
auth: {
|
||||
token: agentToken,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue