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
Currently, if you configure polling of multiple devices with the same interval, they all happen at the same time.
BLE doesn't really like that so it tends to break.
There should be something along the lines of a polling queue on each dongle which processes one job after another.
The text was updated successfully, but these errors were encountered:
Currently, if you configure polling of multiple devices with the same interval, they all happen at the same time.
BLE doesn't really like that so it tends to break.
There should be something along the lines of a polling queue on each dongle which processes one job after another.
The text was updated successfully, but these errors were encountered: