sputnikdev / bluetooth-manager

Java Bluetooth Manager. A library/framework for managing bluetooth adapters, bluetooth devices, GATT services and characteristics
Apache License 2.0
95 stars 22 forks source link

Skip execution of governors if already running #3

Closed vkolotov closed 6 years ago

vkolotov commented 6 years ago

If a device gets offline, then tinyb transport process to update governor status takes more time than usual and eventually times out. If the update process takes more than scheduled time to update governors, then thread workers get accumulated and blocked.

In order to prevent this, a mechanism must be implemented to detect if a governor already being updated by a process (thread).