Top "Signalr.client" questions

Async signaling library for .NET applications, as well as WindowsPhone applications, to help build real-time, multi-user interactive web applications.

Using SignalR server from Python code

What are my options for integrating Python with SignalR? The Python code is a part of large 3rd party product, …

javascript python integration signalr signalr.client
SignalR - how to reconnect client to server (how to restart SignalR)

I have the following problem with SignalR with users accessing my website from a mobile device. The problem is that …

signalr signalr-hub signalr.client
Client Function Not getting called SignalR

Controller class Where Hub is defined public abstract class MonitoringProfileLogChartController : Croem.NotificationManager.Website.Base.BaseController.BaseController { public ActionResult Index() { BusinessLogicReturn …

javascript asp.net-mvc-4 signalr signalr-hub signalr.client
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
SignalR Websocket Exception when closing client

When starting and stopping a SignalR client that is connected to a basic self hosted server like this: async public …

c# sockets owin signalr.client signalr-2
Detect SignalR Hub Client Disconnect instantly

When is the SignalR Hub OnDisconnected raised on server side, for the the .net client that crash or close without …

.net signalr-hub signalr.client
SignalR function return value

I created a SignalR hub which contain the following hub function: public bool GetStatus() { return true; } I'm want to call …

c# signalr signalr-hub signalr.client
SignalR .NET client disconnecting

We are coming across an interesting issue. Here is what our setup looks like: SignalR Server (an ASP.NET MVC …

signalr signalr-hub signalr.client
Cross-domain will not work with a SignalR PersistentConnection

NOTE: Someone else originally asked this question but deleted it before I could post my answer. Since this question covers …

javascript asp.net-mvc cross-domain signalr signalr.client