✅ Groups & Clients in SignalR not taking requests.
I have 2 Hub tasks,
Like this:
I tried doing this, but it simply won't work?
I also tried storing away a client connection ID and not go through groups, but I am not able to send any requests down to my Javascript part?
It works if I use
- Connect
- Send
Like this:
I tried doing this, but it simply won't work?
I also tried storing away a client connection ID and not go through groups, but I am not able to send any requests down to my Javascript part?
It works if I use
Clients.All.SendAsync(), but nothing else..?