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

add signalrReconnecting action and reconnecting hubstate #86

Closed wouth closed 1 year ago

wouth commented 1 year ago

This PR makes it possible to create an effect to, for example, show an overlay over the application during reconnecting of the hub.

Odonno commented 1 year ago

That seems really nice!