Top "Signalr" questions

ASP.

SignalR .Net Client: how to re-establish a connection

I have read this post In some applications you might want to automatically re-establish a connection after it has been …

client signalr
What is the best way to load test a SignalR hubs application?

I would like to know some of the different methods that have been used to test a SignalR hubs-based application.

asp.net-mvc asp.net-4.0 signalr
What is the development status of SignalR 3?

Based on my understanding, the old SignalR repository is dead: there were no commits for a year (ironically, the guys …

asp.net signalr
How to use SignalR to notify web clients from ASP.NET MVC 3 that MSMQ tasks were completed

How would one use SignalR to implement notifications in an .NET 4.0 system that consists of an ASP.NET MVC 3 application (…

c# wcf asp.net-mvc-3 msmq signalr
Difference between ASP.NET WebHooks and Signal-R

What is the difference between the newly release ASP.NET WebHooks and Signal-R? What are the advantages or disadvantages? What …

asp.net signalr webhooks asp.net-webhooks
SignalR - Server side method to detect if a client disconnects from a hub?

I'm wanting to stop a System.Timers.Timer that is running in a SignalR hub after a client closes a …

c# signalr asp.net-mvc-5 system.timers.timer
SignalR : use camel case

I would like to know if there is a way to configure SignalR so that the client functions in the …

serialization json.net signalr deserialization
SignalR difference between On and Subscribe of IHubProxy

What are the differences between On and Subscribe methods available in IHubProxy interface. When should one use one over the …

c# signalr signalr-hub
Signalr doesn't call client side functions

I'm using the VS2012 "Fall" Update with the Signalr 1.0.0 package. Calling server side functions works fine. However client functions are …

signalr signalr-hub
Use Hub methods from controller?

I am using SignalR 2 and I can not figure out how I can use my Hub methods e.g from …

asp.net asp.net-mvc signalr signalr-hub