sefidgaran / signalr_client

A Flutter SignalR Client for ASP.NET Core
https://pub.dev/packages/signalr_netcore
MIT License
78 stars 112 forks source link

Adds functionality to emit hub connection state events once changed #31

Closed svsk417 closed 2 years ago

svsk417 commented 2 years ago

Hi! We have a requirement that we need to observe the connection state of the connection. I did solve it this way. Maybe we can add it to the library? :)