Imgkl / EventFlux

A Dart package for efficient handling of server-sent event streams with easy connectivity and data management.
https://pub.dev/packages/eventflux
MIT License
25 stars 8 forks source link

reconnect error #9

Closed xiazhichao closed 7 months ago

xiazhichao commented 7 months ago

An error will occur when reconnecting. It is recommended to add "await" in front of "_stop()". After the previous link is completely disconnected, then reconnect await _stop()

Imgkl commented 7 months ago

Thanks for pointing this error. This has been fixed on the latest update. 🎉