Questions tagged [signalr.client]

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

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

SignalR.Client lets you communicate with clients on your website, Windows Console Applications, WPF Applications, and WindowsPhones applications in real time through the best continuous connections available between browser, application and server (websockets between Chrome and IIS8, but long polling between IE9 and IIS7.5)

The source is available on GitHub. and documentation here

879 questions
4
votes
1 answer

Android client for SignalR does not receive but JS does

This is a "hello world" app but I can't find the solution. This is the code on the client: public class MainActivity extends ActionBarActivity { HubProxy proxy; EditText messageText; TextView resultText; @Override protected…
ConductedClever
  • 4,175
  • 2
  • 35
  • 69
4
votes
0 answers

SignalR eventually floods my application pool (causing lock up)

I've been having this issue for quite a while now, where somehow the state of one of my SignalR clients (or many of them?) enters this behavior of switching to longPolling and then completely flooding my application pool. There will be a lot of…
gnychis
  • 7,289
  • 18
  • 75
  • 113
4
votes
2 answers

SignalR connect to multiple servers

Is possible to connect using Javascript client to more than one SignalR servers? For example: