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
I'm wondering whether the HTTPClientResponse objects are fully processed or maybe are left dangling. The callback based version of requestHTTP should clean up the response synchronously, but when using the one that returns a HTTPClientResponse, the caller needs to make sure to fully read or drop the response body.
I am making http client requests inside a while(true) loop and after a minute I start getting these exceptions:
The text was updated successfully, but these errors were encountered: