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
When running the ble scanning on a system where the network time sync for system time may take a while due to bad internet connectivity, the scanner thread throws an exception - "timeout too large".
When running the ble scanning on a system where the network time sync for system time may take a while due to bad internet connectivity, the scanner thread throws an exception - "timeout too large".
This should be fixed by changing the use of time.time() to time.monotoic(0 for local timers such as:
https://github.com/IanHarvey/bluepy/blob/master/bluepy/btle.py#L846C9-L846C28
The text was updated successfully, but these errors were encountered: