Skip to content Skip to sidebar Skip to footer
Showing posts with the label Signalr

Jquery Blocking For An Asynch Initialization

I'm writing an AngularJS service for a SignalR hub. Here's my factory for the service: .fac… Read more Jquery Blocking For An Asynch Initialization

Signalr And/or Timer Issues Since Chrome 88

We have an ASP.Net WebForms application that uses SignalR (v2.4.1) to do some bi-directional commun… Read more Signalr And/or Timer Issues Since Chrome 88

C# Protractor Angularjs Iedriverserver Click() Exception "timed Out Waiting For Page To Load"

I'm using Protractor to test our AngularJS application (with both Chrome and IE drivers). The I… Read more C# Protractor Angularjs Iedriverserver Click() Exception "timed Out Waiting For Page To Load"

Signalr: Hub Onconnected Not Called If No Client Methods

I am writing a game in SignalR. The idea is that you connect with your laptop, which will be used a… Read more Signalr: Hub Onconnected Not Called If No Client Methods

Signalr Call From Controller

I'm needing to pass strings from my controller to a signalR hub and have it render on my page. … Read more Signalr Call From Controller

Calling Signalr Hub Clients From Elsewhere In System

I've set up a SignalR hub to communicate between the server and client. The hub server side cod… Read more Calling Signalr Hub Clients From Elsewhere In System

Signal R Notification

I am creating an application using signal r to send notification. I am using VS 2012. In my Notific… Read more Signal R Notification