Top "Signalr" questions

ASP.

VS2013 Browser Link "The controller for path '/9ac086a69364466a841e03e001f946fd/arterySignalR/ping' could not be found."

Since updating to VS2013, we receive this error when running our (MCV4) web app: The controller for path '/9ac086…

asp.net-mvc signalr visual-studio-2013
How to send big data via SignalR in .NET client

We have a .NET client, which use SignalR to call Server method, but the parameter seems very big, for such …

c# asp.net signalr signalr.client
When does a reconnect in signalR occur?

I've started working with SignalR and was trying to figure out when a Hub Reconnect occurs. I didn't find any …

.net signalr signalr-hub reconnect
The On event on the SignalR Client Hub does not get called

I seem to have an issue with SignalR's JS Client Hub. The problem is that the 'on' handler does not …

signalr signalr-hub
SignalR OnDisconnected - a reliable way to handle "User is Online" for chatroom?

I'm implementing a chat room. So far, so good - users can send messages from their browsers via a JS …

c# signalr signalr-hub signalr.client
signalR - getting username

I am using signalr and asp.net MVC3 to build a sample chat application. Here is what my signalr hub …

c# asp.net-mvc-3 signalr signalr-hub
SignalR doesn't use Session on server

When I try to access the HttpContext current session from the HUB it returns null. I tried making use of …

c# asp.net signalr session-state signalr-hub
SignalR overwriting OnConnected(), OnDisconnected()

I'm trying to overwrite OnConnected(), OnDisconnected() methods but I get: OnConnected()': no suitable method found to override Is implementing …

signalr signalr-hub
SignalR 2.0 .NET console client

I have my server console app: static void Main(string[] args) { string url = "http://localhost:8080"; using (WebApp.Start(url)) { MyHub …

c# asp.net .net signalr signalr.client
Push data to client using SignalR vs WCF?

I have one WPF client-server application. Now I have scenario like client will connect to server and server will push …

wcf push-notification signalr