- ABP Framework version: v8.0.1
- UI Type: MVC
- Database System: EF Core (SQL Server)
- Tiered (for MVC) or Auth Server Separated (for Angular): yes
- Exception message and full stack trace:
- Steps to reproduce the issue:
I created a new microservice solution which is name chatservice and installed needed packages and made needed configurations in needed solutions. I can chat on web client applications with users and everything is fine with signalr connection.
After a while I want to add a mobile application written with flutter and I changed place of Volo.Chat.Web package from microservice web project to backoffice web project and also changed place of Volo.Chat.SignalR package from microservice web project to chat microservice HttpApi.Host project.
I also added needed yarp configurations for Gateways and everything is fine except signalr connections. After I changed place of given packages signalr connections looks like working in web development console but they are not working .
Can you help me please?
31 Answer(s)
-
0
Hi maliming,
I added SignalRClient project to under apps folder.
-
0
hi
I see, I will find a way.
-
0
If i add ChatSignalR module to ChatSercice.HttpApi.Host project I can connect it over a gateway.
-
0
hi
The SignalR works on the
web
andSignalRClient
projects.Can you test it?
Thanks
https://github.com/ahmet-ulusoy/ForYou.Exchange/commit/c5f0d1487c12ba53a8645f62aba48af2deebb6b1
-
0
hi
The SignalR works on the
web
andSignalRClient
projects.Can you test it?
Thanks
https://github.com/ahmet-ulusoy/ForYou.Exchange/commit/c5f0d1487c12ba53a8645f62aba48af2deebb6b1
Hi maliming,
Great solution, everything works perfectly.
Thank you so much for everything.
-
0
Good news.