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.

Best practice for reconnecting SignalR 2.0 .NET client to server hub

I'm using SignalR 2.0 with the .NET client in a mobile application which needs to handle various types of disconnects. Sometimes …

c# .net signalr-hub signalr.client signalr-2
.net localhost website consistently making get arterySignalR/poll?transport=longPolling&connectionToken= calls

I created a new VS 2013 project and viewed the default.aspx page with the Firefox browser. When I check the …

asp.net signalr signalr-hub signalr.client
SignalR cannot read property client of undefined

I'm trying to add SignalR to my project (ASPNET MVC 4). But I can't make it work. In the below image …

c# signalr signalr-hub signalr.client
Passing token through http Headers SignalR

I can see that there is an option in HubConnection to pass parameters through url request from client. Is there …

signalr signalr-hub signalr.client
SignalR Timeout Properties

We have come across this link which specifies the different time out properties: https://github.com/SignalR/SignalR/wiki/Configuring-SignalR …

signalr signalr-hub signalr.client
SignalR authentication with webAPI Bearer Token

+i used this solution to implement Token Based Authentication using ASP.NET Web API 2, Owin, and Identity...which worked out …

c# authentication asp.net-web-api token signalr.client
SignalR - Send message OnConnected

I've been experimenting with SignalR today and It's really neat. Basically what I wanted to achieve is the following: As …

c# asp.net signalr signalr-hub signalr.client
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
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
How to send big data via SignalR in .NET client

We have a .NET client, which use SignalR to call Server method, but the parameter seems very big, for such …

c# asp.net signalr signalr.client