mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-23 11:56:00 +01:00
skipNegotiation for websockets
This commit is contained in:
parent
3ad546c39f
commit
31a257407b
@ -55,6 +55,8 @@ export class NotificationsService implements NotificationsServiceAbstraction {
|
||||
this.signalrConnection = new signalR.HubConnectionBuilder()
|
||||
.withUrl(this.url + '/hub', {
|
||||
accessTokenFactory: () => this.apiService.getActiveBearerToken(),
|
||||
skipNegotiation: true,
|
||||
transport: signalR.HttpTransportType.WebSockets,
|
||||
})
|
||||
.withHubProtocol(new signalRMsgPack.MessagePackHubProtocol())
|
||||
// .configureLogging(signalR.LogLevel.Trace)
|
||||
|
Loading…
Reference in New Issue
Block a user