ASP.
I want to send data to my console application wich have a connection to my "someHub". I tried to do …
signalr signalr-hub signalr.clientI'm using long polling with SignalR. I've found that user session ends (ASP.NET Session_End is being called) right …
asp.net signalr signalr.clientI'm following the "SignalR Tutorial" on : http://www.asp.net/signalr/overview/hubs-api/hubs-api-guide-server So let's assume this simple Chat …
asp.net-mvc-4 asynchronous signalrI want to create a chat application for ios, android and windows phones as well as it should work with …
push-notification xamarin signalr azure-mobile-servicesI'm running very simple signalr server self-hosted via Owin on ubuntu server 14.04, mono 3.2.8. (code below). Connecting/Disconnecting works fine on …
c# linux mono signalr socketexceptionThere are a few examples of NancyFX being integrated with SignalR, for example Signalr & Nancyfx integration Since I am …
signalr nancyI'm trying out the latest SignalR on ASP.NET Core 2.1. I have the basic app working but it times out …
c# signalr asp.net-core-2.0 asp.net-core-signalrI would like to render a PartialView to an HTML string so I can return it to a SignalR ajax …
c# asp.net-mvc asp.net-mvc-3 partial-views signalrWe have a web-based game (SignalR for communication), our workload will be: 5,000 - 20,000 concurrent client with 0.5 - 2 messages/client/second ~= 10…
signalr high-loadWe are using the websocket-sharp in one of our applications which establishes a websocket connection with our SignalR Hub on …
c# xamarin signalr websocket-sharp