fix(ui): fix sticky cookie for assist
This commit is contained in:
parent
6fdbf16963
commit
3f9809429b
1 changed files with 1 additions and 0 deletions
|
|
@ -160,6 +160,7 @@ export default class AssistManager {
|
|||
const socket: Socket = this.socket = io(urlObject.origin, {
|
||||
withCredentials: true,
|
||||
multiplex: true,
|
||||
transports: ['websocket'],
|
||||
path: '/ws-assist/socket',
|
||||
auth: {
|
||||
token: agentToken
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue