-
Notifications
You must be signed in to change notification settings - Fork 154
Open
Labels
Description
i observed that there seem no timeouts in flickr4java: it could happen that flickr api operation run forever.
In my case this always happens on isp-24h reconnect. would it be possible to implement configurable timeout?
The timeout itself could also be easily implemented in my program but the problem is i can not simply retry the operation because i don't know the status of the connection/authorization.
On a reconnect authorization process must run. If an operation timed out due to slow connection a retry would suffice.
So an combination of timeout/check status/retry logic would be perfect.