Top "Signalr" questions

ASP.

SignalR: How to call .Net client method from server?

I want to send data to my console application wich have a connection to my "someHub". I tried to do …

signalr signalr-hub signalr.client
Use of /signalr/ping call when using long polling

I'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.client
Should signalr server-side methods be async when calling Clients?

I'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 signalr
Signal R Vs Push Notifications for real time applications like Chat

I 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-services
SignalR Owin Self-Host on Linux/Mono SocketException when clients lose connection

I'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 socketexception
SignalR plus NancyFX : A simple but well worked example

There are a few examples of NancyFX being integrated with SignalR, for example Signalr & Nancyfx integration Since I am …

signalr nancy
How to increase timeout setting in ASP.NET Core SignalR v2.1?

I'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-signalr
Render MVC PartialView into SignalR response

I 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 signalr
SignalR performance

We 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-load
How to Send File to SignalR hub From websocket-sharp Client?

We 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