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 currently using version 4.9.0 of OkHttp on Android. The application sends requests to the server every 5 seconds, and initially, everything works fine. However, we’ve noticed that after a couple of hours, OkHttp stops executing requests.
Here’s a screenshot for reference:
From the logs, it seems like the issue might be related to the request queue or the TaskRunner.
I wanted to check if this is a known issue that has already been addressed in a newer version or if there are any recommended workarounds. Could you please help me figure this out?
Thank you in advance for your assistance!
The text was updated successfully, but these errors were encountered:
Try the latest, 5.0.0-alpha.14 ? From our changelog,
Although this release is labeled alpha, the only unstable thing in it is our new APIs. This release has many critical bug fixes and is safe to run in production. We're eager to stabilize our new APIs so we can get out of alpha.
Uh oh!
There was an error while loading. Please reload this page.
Hi
I’m currently using version 4.9.0 of OkHttp on Android. The application sends requests to the server every 5 seconds, and initially, everything works fine. However, we’ve noticed that after a couple of hours, OkHttp stops executing requests.
Here’s a screenshot for reference:
From the logs, it seems like the issue might be related to the request queue or the TaskRunner.
I wanted to check if this is a known issue that has already been addressed in a newer version or if there are any recommended workarounds. Could you please help me figure this out?
Thank you in advance for your assistance!
The text was updated successfully, but these errors were encountered: