davinkevin / AngularStompDK

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

fix(reconnect): fix doubling connections after reconnect #31

Closed baczus closed 8 years ago

baczus commented 8 years ago

Fixed bug reported in #30 It is my first pull request on GitHub, so please be tolerant :)

davinkevin commented 8 years ago

Glad to see the PR, because of jspm, the Travis build fails...

I'll check this as soon as possible

davinkevin commented 8 years ago

It's ok for me, all the test are good, good job.

I still wonder if this behavior in the $reconnectAll does not cause any memory leak... I'll work on it later...

Thanks again for your help :smile: