As the title,
Sometimes the refresh api of backend not always successful like user disconnect or actully expired. the refresh api will return a same 401,403 or others custom error code.
once the refresh api error , we should guide user to relogin and do nothing.
but now , the libary will retry all requests on the refresh api failed . it is unnessasry
what about do you think . thank you .
As the title,
Sometimes the refresh api of backend not always successful like user disconnect or actully expired. the refresh api will return a same 401,403 or others custom error code.
once the refresh api error , we should guide user to relogin and do nothing.
but now , the libary will retry all requests on the refresh api failed . it is unnessasry
what about do you think . thank you .