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 using this library in a real-time application, and I have an interval that send and receive packet every 1000 msec.
If packets can't receive, the application stop sending packets.
and after a few minutes the app crashes and I see this error in log tab:
java.util.concurrent.RejectedExecutionException: Task android.os.AsyncTask$3@1b53ea0d rejected from java.util.concurrent.ThreadPoolExecutor@718cdc2[Running, pool size = 9, active threads = 9, queued tasks = 128, completed tasks = 934]
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community attention? This issue may be closed if no further activity occurs.
I'm using this library in a real-time application, and I have an interval that send and receive packet every 1000 msec.
If packets can't receive, the application stop sending packets.
and after a few minutes the app crashes and I see this error in log tab:
java.util.concurrent.RejectedExecutionException: Task android.os.AsyncTask$3@1b53ea0d rejected from java.util.concurrent.ThreadPoolExecutor@718cdc2[Running, pool size = 9, active threads = 9, queued tasks = 128, completed tasks = 934]
Originally posted by @baharb in #81 (comment)
The text was updated successfully, but these errors were encountered: