MAL Interest Stacks (#2933)

This commit is contained in:
Joe Milazzo 2024-05-04 15:45:46 -05:00 committed by GitHub
parent 247780afa0
commit 1a04fcf576
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 8 deletions

View file

@ -148,7 +148,7 @@ export class MessageHubService {
accessTokenFactory: () => user.token
})
.withAutomaticReconnect()
.withStatefulReconnect()
//.withStatefulReconnect() // Requires signalr@8.0
.build();
this.hubConnection