cfug/dio

How can I avoid the cooking value to expanded on each retry?

burekas7 opened this issue · 1 comments

Package

cookie_manager

Version

5.4.0

Operating-System

Android, iOS

Steps to Reproduce

Hi,

I'm using RetryInterceptor from "dio_smart_retry".
On each retry the cookie value is expanded.

For example: cookie value is "A"
First try: cookie = "A"
Second try: cookie = "AA"
Third: "AAA"

How can I solve this?

Expected Result

The same cookie value on each retry.

Actual Result

Described in steps.

Please ask the team of dio_smart_retry for help.