Top "Signalr" questions

ASP.

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
The type or namespace IAppBuilder could not be found(missing using a directive pr an assembly reference)

I am working on an Asp.Net MVC 4 Application in which I am using SignalR 2.0.1 and I Mapped it using …

c# asp.net-mvc-4 signalr owin
'Owin.IAppBuilder' does not contain a definition for 'MapSignalR'

Error 'Owin.IAppBuilder' does not contain a definition for 'MapSignalR' and no extension method 'MapSignalR' accepting a first argument of …

c# asp.net signalr owin
Call SignalR Core Hub method from Controller

How can I call SignalR Core Hub method from Controller? I am using ASP.NET Core 2.0 with Microsoft.AspNetCore.SignalR (1.0.0…

c# signalr asp.net-core-2.0 asp.net-core-signalr
SignalR: detect connection state on client

I've seen how you can trap a disconnection event on the client side with SignalR by binding to the .disconnect …

c# signalr
Signalr check if hub already started

I have multiple javascript blocks with signalR functions. I don't know the order of execution so that i want to …

javascript signalr
SignalR "signalr/hubs" giving 404 error

I am using SignalR(https://github.com/SignalR/SignalR) in my project. From here https://github.com/SignalR/SignalR/wiki/…

c# asp.net signalr
SignalR: Why choose Hub vs. Persistent Connection?

I've been searching and reading up on SignalR recently and, while I see a lot of explanation of what the …

signalr
How to use signalr in Android

I am trying to integrate signalR in android app but no luck. I've been looking at various links but none …

c# android .net asp.net-mvc signalr
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