jamiewest / signalr_core

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

Stop method is not working #88

Closed sinanhaci closed 2 years ago

sinanhaci commented 2 years ago

Hello, connections.stop(); when the user logout, I call the method. But the connection does not close. When I log in again, I see that there are 2 connectionIds for the same user. The more I repeat this process, the more connection ids are generated, and for example, if I'm listening for a message, more than one same message comes up.

Package Version: 1.1.1 Flutter Version: 2.10

Screen Shot 2022-04-20 at 13 43 16