fix(ui): fix sticky cookie for assist

This commit is contained in:
nick-delirium 2023-10-25 15:30:47 +02:00 committed by Shekar Siri
parent 37f83cfd12
commit d9106b3d7a

View file

@ -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