Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Packet not sent until other packet received #81

Closed
antonre999 opened this issue Feb 23, 2019 · 5 comments
Closed

Packet not sent until other packet received #81

antonre999 opened this issue Feb 23, 2019 · 5 comments
Labels

Comments

@antonre999
Copy link

On Android my UDP broadcast packets aren’t getting sent until the device receives some other UDP packet. If nothing on the network is sending packets then no packets ever leave my device. (Confirmed with wireshark). Has anybody else seen this kind of behavior?

@shynst
Copy link

shynst commented Mar 10, 2019

maybe this is related to my issue: #82?

@mvayngrib
Copy link
Member

sorry guys, no time to help at the moment, but if you figure it out, PRs are welcome

@baharb
Copy link

baharb commented Jan 30, 2020

This is my problem too. But when I use "send" in an interval, the app stops sending packets.

@github-actions
Copy link

github-actions bot commented May 8, 2020

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.

@baharb
Copy link

baharb commented Apr 19, 2021

This problem exists in my application too.
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]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants