Top "Signalr" questions

ASP.

SignalR.Owin vs. SignalR.SelfHost

I want to use SignalR selfhosted with Owin. What are the differences between these two packages: Microsoft ASP.NET SignalR …

c# asp.net asp.net-web-api signalr self-hosting
SignalR + Dependency Injection Questions

I am using SignalR in my MVC3 application, and since I have implemented StructureMap Dependency Injection on my controllers I …

asp.net-mvc-3 dependency-injection structuremap signalr signalr-hub
Get full URL inside SignalR hub

I'm developing an user tracking solution using SignalR, as a fun project to learn SignalR, for ASP.NET MVC applications. …

asp.net asp.net-mvc-4 signalr signalr-hub
Edge on Windows 10 32-Bit blocking ajax call to localhost with Network Error 0x2efd

We have an app that uses SignalR to talk to scanner drivers locally that has been in production for a …

javascript jquery ajax signalr microsoft-edge
SignalR: Is it necessary to remove the connection id from group OnDisconnect()?

The tutorials only covered adding a connection ID to the group on OnConnected(), but what about cleaning it up on …

signalr
RabbitMQ vs Web API + SignalR

I'm currently using RabbitMQ via EasyNetQ to communicate between a Windows service and numerous clients. The communications are a mix …

asp.net-web-api rabbitmq signalr easynetq
Using SignalR with Redis messagebus failover using BookSleeve's ConnectionUtils.Connect()

I am trying to create a Redis message bus failover scenario with a SignalR app. At first, we tried a …

c# signalr failover booksleeve
IISExpress crashes with 0xc0000008 error

Occasionally when running my MVC4 site in VS2012 using IISExpress I get the following error and IISExpress stops: iisexpress.exe: …

asp.net-mvc-4 mef signalr iis-express
SignalR - Always downgraded to server sent events in Chrome/Firefox

I have an API application and a web application (for simplicity on the same server -- I'll do the CORS …

websocket timeout signalr downgrade
AspNetCore.SignalR : Cannot start a connection that is not in the Initial state

I have troubles to get my ASP.NET Core SignalR app working. I have this server-side code : public class PopcornHub : …

c# .net signalr asp.net-core-signalr