Get timeout status in every request
I want to check if timeout occurred in any request in my application layer. I didn't find any API does that. So, I was enforced to add a flag inside RequestQueue::loop to be fired when timeout occurs.
I want to know if the library doesn't support an API for timeout detection or not. In addition, I wander about how library handle the timeout exception, does it print on serial only or take an action ? Thanks in advance.
I've found that timeout is handled by onTimeoutListener callback only for authorize , startTransaction, and stopTransaction requests.
Do other requests have this callback or not ? I yes, how can I use it in my project ?
We as EvFlash Compony, handled this issue by setting onTimeoutListener, onReceiveConfListener callbacks for each request and pass App handler functions to these listeners, just to track connectivity status in our application layer .
And here is an example :
If you're @matth-x interested in our handling to this issue, please don't hesitate to contact with me.