davinkevin / AngularStompDK

Angular service to communicate to Stomp-Websocket
http://davinkevin.github.io/AngularStompDK/
Apache License 2.0
36 stars 12 forks source link

feat(builder): bindTo $scope only once with builder for every subscription #22

Closed davinkevin closed 8 years ago

davinkevin commented 8 years ago

Won't be implemented for performance purpose. In next version, I will add an alternative library to use RxJs with AngularStomDK (based upon https://gist.github.com/davinkevin/a7e5696601277f07fc1a).

Because of this, the lib dedicated to RxJS / AngularJS will handle the scope registration and $apply, so to don't have double $apply (from AngularStomp and the RxJS / AngularJS), this feature isn't necessary.