Revert to websocket

This commit is contained in:
Mehdi Osman 2025-03-22 13:53:47 -04:00 committed by GitHub
parent f4bf1b8960
commit 90669b0604
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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