Top "Signalr-hub" questions

Hubs provide a higher level RPC framework over a PersistentConnection.

Best practice for reconnecting SignalR 2.0 .NET client to server hub

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-2
.net localhost website consistently making get arterySignalR/poll?transport=longPolling&connectionToken= calls

I 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.client
Calling SignalR hub clients from elsewhere in system

I'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-hub
SignalR + posting a message to a Hub via an action method

I 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-hub
SignalR cannot read property client of undefined

I'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.client
Call a hub method from a controller's action

How 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-hub
Get number of listeners, clients connected to SignalR hub

Is 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-hub
How do I send messages from server to client using SignalR Hubs

I am just starting to explore signalR and I would like to able to send messages from the server to …

c# signalr signalr-hub
Passing token through http Headers SignalR

I can see that there is an option in HubConnection to pass parameters through url request from client. Is there …

signalr signalr-hub signalr.client
How to use SignalR hub instance outside of the hubpipleline

I am using SignalR to broadcast messages to all my clients. I need to trigger the broadcasting outside of my …

signalr signalr-hub