jamiewest / signalr_core

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

My hubconnection is not stopping #11

Closed Katekko closed 4 years ago

Katekko commented 4 years ago

image

image

I'm trying stop my hub connection after logout image

But the stop is not working. The code stuck on "await con.stop()" forever

ed1: It will be stuck on disconnecting forever, I will create another connection, but the stop method should be working, right? image

jamiewest commented 4 years ago

I fixed this in a recent PR. I am waiting on publishing because of the current code base relies on a PR for the http package. As soon as they publish I will push this out.

Katekko commented 4 years ago

image

Is that means the packge was already published?

jamiewest commented 4 years ago

The package was just published today, which means I was able to publish mine. Upgrade your version for signalr_core to 1.0.3. Please file an issue if you encounter problems. Thank you!