angular-faye icon indicating copy to clipboard operation
angular-faye copied to clipboard

Faye client wrapper for angular

Results 5 angular-faye issues
Sort by recently updated
recently updated
newest added

My team is using `angular-faye`, and we have ran into an issue where we periodically get `[$rootScope:inprog] $digest already in progress`. The stack trace shows `angular-faye` calling `$apply`, which causes...

Can you implement the WithChannel Feature that allows you to get the channel on wich the message was sent in case you subscribe to multiple channels like so: ``` client.subscribe('/foo/*').withChannel(function(channel,...

I'm using your library for some simple real time notifications and noticed that on logout the connection was not being destroyed. As well as that, I needed to subscribe and...

Allow passing initialization options to faye constructor invocation.

Can't set per transport endpoints. Via http://faye.jcoglan.com/browser.html: ``` javascript var client = new Faye.Client('http://example.com/faye', { endpoints: { websocket: 'http://ws.example.com/' } }); ```