angular-signalr-hub icon indicating copy to clipboard operation
angular-signalr-hub copied to clipboard

Handy AngularJS factory for SignalR Hubs

Results 21 angular-signalr-hub issues
Sort by recently updated
recently updated
newest added

I'm using asp.boilerplate with angular, I cannot connect to the signalR server automatically. I find in abp documents connecting signalR for jquery template but cannot find how do this in...

Hey there, I am currently using the stateChanged function to detect a change in state of connection (as intended) however I want to be able to catch the second time...

So we've been having an issue in our production servers, all of a sudden the number of web requests gets really high, enough that our prod servers crash and restarts....

How to use the reconnect feature?

enhancement

I have attempted to obtain the signalr connection Id without success. When I do this : var conn = hub.connection; and console.log(conn); I see the id of the connection in...

Hi, I'm finding a way to support global interceptor for websockets like http interceptor. Like this: ``` if (options && options.methods) { angular.forEach(options.methods, function (method) { Hub[method] = function ()...

Hi, can u please make it Angular2 Compatible or create a new repo for using with Angular2? I think that would be a great help. Thanks

enhancement

How do I get the User name listed with the Context.ConnectionId? I've add the name string to the OnConnected() override but getting lost in Ng. string name = Context.User.Identity.Name;

I think it make sense to be able to define it in one place and then be used by multiple hubs, so you will only need to manage them in...

The link to the Simple Chat Demo in the readme is broken. I haven't managed to get the signalrgrid demo working either. Some of the dependencies won't resolve even though...