Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The event loop in JNI `IOThreadMain()` used to wait no more than ten seconds on each iteration. This timeout was temporarily removed in PR project-chip#6561. #### Change overview Add an explicit ten second timer. Fixes project-chip#7756 _add a timer for sleepTime.tv_sec = 10; sleepTime.tv_usec = 0;_ #### Testing Passes Android workflow.
- Loading branch information