mirror of
https://github.com/bitwarden/browser
synced 2025-01-01 12:47:57 +01:00
fix build problem with signalr upgrade
This commit is contained in:
parent
0c7af12ffa
commit
97715585a6
@ -62,7 +62,7 @@ export class NotificationsService implements NotificationsServiceAbstraction {
|
|||||||
skipNegotiation: true,
|
skipNegotiation: true,
|
||||||
transport: signalR.HttpTransportType.WebSockets,
|
transport: signalR.HttpTransportType.WebSockets,
|
||||||
})
|
})
|
||||||
.withHubProtocol(new signalRMsgPack.MessagePackHubProtocol())
|
.withHubProtocol(new signalRMsgPack.MessagePackHubProtocol() as signalR.IHubProtocol)
|
||||||
// .configureLogging(signalR.LogLevel.Trace)
|
// .configureLogging(signalR.LogLevel.Trace)
|
||||||
.build();
|
.build();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user