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, {
|
const socket: Socket = (this.socket = io(urlObject.origin, {
|
||||||
withCredentials: true,
|
withCredentials: true,
|
||||||
multiplex: true,
|
multiplex: true,
|
||||||
transports: ['polling', 'websocket'],
|
transports: ['polling'],
|
||||||
path: '/ws-assist/socket',
|
path: '/ws-assist/socket',
|
||||||
auth: {
|
auth: {
|
||||||
token: agentToken,
|
token: agentToken,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue