Odonno / ngrx-signalr-core

A library to handle realtime SignalR (.NET Core) events using @angular, rxjs and the @ngrx library
https://www.npmjs.com/package/ngrx-signalr-core
MIT License
27 stars 13 forks source link

fix duplicate subscription on reconnect: adds new action signalRrecon… #101

Closed pippistro-fedro closed 1 year ago

pippistro-fedro commented 1 year ago

Adding new action (and state) reconnected avoids duplicated subscription when signalr conection drops and start reconnecting phase.

Odonno commented 1 year ago

Thanks for this. Will merge it and create a new release soon.