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

fix: reconnectConfig should not be deleted #23

Closed aabegg closed 3 months ago

aabegg commented 3 months ago

The ReconnectConfig must not be deleted. This ensures that the connection is re-established even after a connection is lost, for example by switching flight mode on and off again. This pull request fixes the error in Issue #18

Imgkl commented 3 months ago

Hey @aabegg, Thanks for this contribution.

I'll verify this and will push a version out in next 24hrs.