Top "Signalr" questions

ASP.

Best Practices for reconnecting a disconnected SignalR client (JS)

I'd like to improve the resilience of my clientside implementation of a signalR client. Currently, I do this: hub.server.…

signalr signalr.client
Check authorize in SignalR attribute

i have some services on ServiceStack and use SignalR in this project. And now, i would like to secure hub …

c# asp.net servicestack signalr authorize
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
Java client to connect to SignalR?

I'd like to connect to a SignalR-server from a java client. Is that possible? Has anybody written a java-client to …

java .net signalr
How to use generic hub in SignalR

I am using SignalR in version 2.1.2. I have noticed there are two public hub classes for me to use, Hub …

c# asp.net signalr signalr-hub
SignalR: How to send data to IConnected.Connect()

I implement the Connect() method on IConnected interface to add new connections to the correct groups. This works well except …

signalr
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 and MVC bundle

I'm trying to use SignalR with MVC bundle, but having problem finding out how to include the /signalr/hubs script …

asp.net-mvc bundle signalr
SignalR js client seems to be ignoring the url port

I'm trying to put together a simple "Hello World" style application with SignalR. The slightly complicating factor is that the …

javascript signalr signalr-hub