Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in signalr-hub

SignalR - sending parameter to OnConnected?

signalr signalr-hub

SignalR - Checking if a user is still connected

"OnDisconnected(): no suitable method found to override" - SignalR

The On event on the SignalR Client Hub does not get called

signalr signalr-hub

SignalR Timeout Properties

SignalR exception logging?

SignalR client with multiple connections

The requested Performance Counter is not a custom counter, it has to be initialized as ReadOnly." on RouteTable.Routes.MapHubs();

c# asp.net signalr signalr-hub

Signalr/Hub not loading in IIS 7 but working correctly in Visual Studio

c# iis iis-7 signalr signalr-hub

SignalR and HttpContext/Session

asp.net signalr signalr-hub

Mapping SignalR connections to users

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

SignalR doesn't use Session on server

SignalR calling client method from outside hub using GlobalHost.ConnectionManager.GetHubContext doesn't work. But calling from within the hub does

signalR - getting username

Proper Hub dependency lifetime management for SignalR and Castle Windsor

Passing token through http Headers SignalR

How to get SignalR Hub Context in a ASP.NET Core?

Context.User.Identity.Name is null with SignalR 2.X.X. How to fix it?

Call a hub method from a controller's action