-
Notifications
You must be signed in to change notification settings - Fork 21
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
Reading freeze after 1sec of artnet inactivity #23
Comments
Hi, thanks for the provided video, would it also be possible to provide a minimal example which shows the problem? Without code it is difficult to help you with that. |
|
Does this behaviour happen only on android or is it possible to reproduce it on a computer as well? To be honest, I can't find anything special in the code and I don't own an android phone. So it's a bit difficult to test. |
It's impossible to try that on android studio because of the network adaptor isolated from the host. |
Afaik there is no mechanism built into artnet4j that would prevent this behaviour (only send every nth second). Maybe android is messing with the sockets. I think I can not really help you with that problem, but I'll let the issue open for others with artnet4j & android experience. |
No problem, in my app I only use the reciver, but this could be helpful for someone with my preblem. |
Hi guys, I'm using this repo in an android app I'm developing.
I noticed that if artnet stays still for more then 1 sec the reading freeze and need some time to wakeup.
Any ideas about how to fix it?
I'm using the Server Listener to read any change
Here a video of the problem.
https://youtu.be/G5EKXNKhBLs
The text was updated successfully, but these errors were encountered: