You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that it is possible to set timeouts directly on the http client, but in my case those didn't get triggered,
as it was a 504 error which does accept the connection (not sure why idleTimeout didn't kick in either):
As dart http doesn't support read timeout, would be nice if resty provide this functionality instead of still having to use Future.timeout
The text was updated successfully, but these errors were encountered: