OK. I received the email.
OK. I will create an example.
Hi,
Did you resolve this question? I did not receive the email.
Sorry, I don't know your project much, can you create an sample project to reproduce this question? thanks. you can send the project to my email: shiwei.liang@volosoft.com
I guess your token has expired. Please try again.
You are right. We created an internal issue for this.
Did you add [DependsOn(typeof(AbpBlobStoringAzureModule))]
to your module class?
Did you miss some code:
this.hubConnection = new HubConnectionBuilder()
.withUrl(`${environment.apis.default.url}/signalr-hubs/chatting`,
{ accessTokenFactory: () => this.oAuthService.getAccessToken() })
.build();
this.hubConnection.invoke('Join');