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

Signalr Persistent Connection With Query Params.

I have a persistent connection which I would like to start with some seed info using query params. … Read more Signalr Persistent Connection With Query Params.

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"

Using Javascript To Deserialize References In A Complex Object Graph From Signalr/json.net

I'm using SignalR to return a complex object graph to my JavaScript client. This object graph h… Read more Using Javascript To Deserialize References In A Complex Object Graph From Signalr/json.net

Getting 0x800a138f - Javascript Runtime Error: Unable To Get Property 'client' Of Undefined Or Null Reference

I'm making a chat application using SignalR API. I'm getting error as: 0x800a138f - JavaSc… Read more Getting 0x800a138f - Javascript Runtime Error: Unable To Get Property 'client' Of Undefined Or Null Reference

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

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 Connection Request Does Not Send Cookies

I am building a web application using ASP.NET Web API and SignalR. I have a pretty good understandi… Read more Signalr Connection Request Does Not Send Cookies

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