Revert to websocket
This commit is contained in:
parent
f4bf1b8960
commit
90669b0604
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'],
|
||||
transports: ['websocket'],
|
||||
path: '/ws-assist/socket',
|
||||
auth: {
|
||||
token: agentToken,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue