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