pygattlib
pygattlib copied to clipboard
High CPU load after disconnecting
Hello!
I used the library using synchronous approach:
req = GATTRequester(self.mac_address, False)
req.connect(True, channel_type="random")
# Perform discover_descriptors, some reads and write
req.disconnect()
# After that CPU load raises to 100%