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

Retry doesn't use provided headers #2

Closed mewert closed 9 months ago

mewert commented 9 months ago

Hi,

thanks for this plugin. I found an issue with the retry functionality. It is not preserving the headers.

Imgkl commented 9 months ago

Hey, Thanks for bringing this issue to my attention. This is fixed in the new release,1.0.1.

Thanks for using this package.