fuel
fuel copied to clipboard
Time out issue
I used the following code to set the timeout, but it still always have an automatic timeout at 60s. Could you tell me why?
Fuel.get(path) .timeout(150 * 1000) .timeoutRead(150 * 1000)
Setting the timeout below 60s,it will make timeout on time. If it is higher than 60s, it will not work.
Your server probably times out after 60s.