SignalR Hub's Groups dont work with long polling
问题 I have a Web App(.NET 4.0 ASP.NET MVC3) which uses SignalR(1.0.0 alpha 2) with Hubs and Persistent Connections. With the Hubs I use groups to send push notifications to some clients. The problem is that when the server is accessed remotely it defaults to long pooling and only the persistent connections work. With hubs the event happens on the server but my callback is not called at the client. It works locally, though it uses SSE. What I found is that the combination of Grouping the clients