VB10 / vexana

Vexana is network manager project with dio.
https://pub.dev/packages/vexana
MIT License
147 stars 42 forks source link

feat: add maxRetryCount param #114

Open bedirhanssaglam opened 2 months ago

bedirhanssaglam commented 2 months ago

I noticed that maxRetryCount is not mutable, maybe it could be a useful improvement.

Tests were run before the Pull Request was opened and it was found that the enhancement did not cause any unforeseen problems:

Ekran Resmi 2024-09-03 14 53 33
VB10 commented 2 months ago

@bedirhanssaglam when it is attempted more than once, the value is incremented by one. Immutability has a reason. Thank you. I need to check your press release