Hubs provide a higher level RPC framework over a PersistentConnection.
I'm using SignalR 2.0 with the .NET client in a mobile application which needs to handle various types of disconnects. Sometimes …
c# .net signalr-hub signalr.client signalr-2I created a new VS 2013 project and viewed the default.aspx page with the Firefox browser. When I check the …
asp.net signalr signalr-hub signalr.clientI've set up a SignalR hub to communicate between the server and client. The hub server side code is stored …
c# javascript asp.net-mvc signalr signalr-hubI am using the hub- feature of SignalR (https://github.com/SignalR/SignalR) to publish messages to all subscribed clients: …
asp.net-mvc action message signalr signalr-hubI'm trying to add SignalR to my project (ASPNET MVC 4). But I can't make it work. In the below image …
c# signalr signalr-hub signalr.clientHow can I call a hub method from a controller's action? What is the correct way of doing this? Someone …
asp.net-mvc asp.net-mvc-4 signalr signalr-hubIs there a way to find out the number of listeners (clients connected to a hub?) I'm trying to run/…
c# asp.net asp.net-mvc-3 signalr signalr-hubI am just starting to explore signalR and I would like to able to send messages from the server to …
c# signalr signalr-hubI can see that there is an option in HubConnection to pass parameters through url request from client. Is there …
signalr signalr-hub signalr.clientI am using SignalR to broadcast messages to all my clients. I need to trigger the broadcasting outside of my …
signalr signalr-hub