Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #229 from vantage6/bugfix/socket-communication-mul…
Browse files Browse the repository at this point in the history
…ti-azure-instances

Include ARR affinity credentials when sending cookie request so that …
  • Loading branch information
bartvanb committed Feb 6, 2024
2 parents 59c4608 + f4e6728 commit 0f3af7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/services/socketio-connect.service.ts
Expand Up @@ -23,6 +23,7 @@ export class SocketioConnectService {
// connect to tasks namespace
const namespace = '/tasks';
this.socket = io(`${environment.server_url}${namespace}`, {
withCredentials: true,
extraHeaders: {
Authorization: `Bearer ${token}`
}
Expand Down

0 comments on commit 0f3af7a

Please sign in to comment.