JanCBrammer/OpenHRV

Remove Bluetooth-related workaround once QtBluetooth is more stable in Qt6

Closed this issue · 1 comments

The workaround is the addition of Qt.QueuedConnection:

self.client.discoveryFinished.connect(self._connect_hr_service, Qt.QueuedConnection)

For context see https://bugreports.qt.io/browse/QTBUG-80770?jql=key%20in%20watchedIssues().

Closed with fdd9e77.

Workaround not necessary anymore with PySide6, version 6.4.1.