Top "Signalr-hub" questions

Hubs provide a higher level RPC framework over a PersistentConnection.

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
Passing strongly typed Hubs in SignalR

I've just updated some SignalR references and things have changed somewhat in order to allow for generically typed Hubs Hub&…

c# asp.net signalr signalr-hub
"OnDisconnected(): no suitable method found to override" - SignalR

I've been trying to implement a chat room by following the "Asp.Net SignalR Chat Room" tutorial on CodeProject (http://…

c# asp.net-mvc-5 signalr signalr-hub
SignalR 2 does not generate /signalr/hubs

Here is the page: <script src="~/Scripts/jquery-1.10.2.min.js"></script> <script src="~/Scripts/jquery.…

asp.net-mvc signalr signalr-hub signalr.client
SignalR - Broadcasting over a Hub in another Project from outside of a Hub

I have two projects in my solution: Project 1: "SignalRChat" (MVC) - Works fine Project 2: "DatabaseWatcherService" Windows Service - Works fine …

c# signalr signalr-hub