jamiewest / signalr_core

ASP.NET Core SignalR Dart Client
https://pub.dev/packages/signalr_core
MIT License
90 stars 58 forks source link

Hubconnection.stop() take too long time #92

Closed phonethetkhin closed 7 months ago

phonethetkhin commented 2 years ago
_hubConnection?.stop();

without this, can run smoothly. But, when I add stop, it take too long time to connect to Hub