SignalR self hosted windows service, listening for messages
问题 I'm attempting to build a windows service that's self-hosting SignalR. I have read through tutorials such as SignalR Self-Host on ASP.Net I'm noticing that, least it seems, that they're based around broadcasting messages, and can't seem to find anything around listening. I need to listen to messages from within the service, as well as broadcast. We already have our backplane setup - it's the same one that the site uses. In a web site I can join a group, via Javascript. How do I join a group