.NET 8 Update (#2497)
This commit is contained in:
parent
17d5bd5876
commit
fd7eff93ca
3 changed files with 6 additions and 6 deletions
|
@ -141,7 +141,7 @@ export class MessageHubService {
|
|||
accessTokenFactory: () => user.token
|
||||
})
|
||||
.withAutomaticReconnect()
|
||||
.withStatefulReconnect()
|
||||
//.withStatefulReconnect() // Needs @microsoft/signalr@8
|
||||
.build();
|
||||
|
||||
this.hubConnection
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue