.NET 8 Update (#2497)

This commit is contained in:
Joe Milazzo 2023-12-13 19:44:27 -06:00 committed by GitHub
parent 17d5bd5876
commit fd7eff93ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View file

@ -141,7 +141,7 @@ export class MessageHubService {
accessTokenFactory: () => user.token
})
.withAutomaticReconnect()
.withStatefulReconnect()
//.withStatefulReconnect() // Needs @microsoft/signalr@8
.build();
this.hubConnection