stephen-moyer / ngx-signalr-hubservice

Makes using SignalR in Angular 2/4 easy
MIT License
24 stars 5 forks source link

Missing unregister methods #3

Closed coccor closed 7 years ago

coccor commented 7 years ago

hubWrapper.unregister() and hubService.unregister(this) don't work anymore. Is this feature dropped ?

stephen-moyer commented 7 years ago

Oh whoops. I accidentally removed them. I will re add them tonight.

On Nov 1, 2017, 10:39, at 10:39, Cornel Cocioaba notifications@github.com wrote:

hubWrapper.unregister() and hubService.unregister(this) don't work anymore. Is this feature dropped ?

-- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/steveadoo32/ngx-signalr-hubservice/issues/3

stephen-moyer commented 7 years ago

I've readded them. Let me know if you've got any issues with it. Sorry about that.