skipNegotiation for websockets

This commit is contained in:
Kyle Spearrin 2020-03-21 00:19:40 -04:00
parent 3ad546c39f
commit 31a257407b
1 changed files with 2 additions and 0 deletions

View File

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