Open
Description
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!