Top "Signalr" questions

ASP.

SignalR "Error during negotiation request"

I have socket notification in my application which work great when I run locally, but when I deploy to my …

signalr signalr-hub signalr.client
Broadcasting message to all clients except self in SignalR

I realize that these questions are similar: SignalR - Broadcast to all clients except Caller Send a message to all …

c# asp.net-mvc-4 signalr .net-4.5
SignalR and HttpContext/Session

I understand why SignalR doesn't give you access to the HttpContext. However, this is quite problematic for us. Let me …

asp.net signalr signalr-hub
SignalR 2.0 error /signalr/hubs 404 (Not Found) when using IIS

I'm having some issues with SignalR 2.0 in EPiServer 7.5 (a MVC4 framework). All I get is a 404 error GET http://web.…

asp.net-mvc-4 signalr episerver-7
it is possible to stream video with SignalR?

Well I'm trying to perform a proof about video streaming, I'm working with asp.net c#. I'm kind of lost, …

signalr signalr-hub signalr.client
SignalR client with multiple connections

I have multiple SignalR 'services' running and only one UI to access them. How can I make the client js …

jquery asp.net-mvc signalr signalr-hub
The requested Performance Counter is not a custom counter, it has to be initialized as ReadOnly." on RouteTable.Routes.MapHubs();

I'm working with SignalR 1.1.2 version and Windsor Castle in an AspNet MVC 4 application. My problem is that this error message …

c# asp.net signalr signalr-hub
SignalR send message to single connectionId

I have an asp.net classic website. ive got SignalR basic functionality to work (where one client send messages to …

c# asp.net signalr signalr-hub
SignalR multiple chat rooms

I am planning to create a chat application, and I've read that SignalR is one of the best technologies to …

asp.net-mvc-3 chat signalr livechat chatroom
SignalR MVC 5 Websocket no valid Credentials

i try to use SignalR in MVC Application. It works well but i get the following Error in the Chrome …

jquery asp.net-mvc controller signalr owin