pygattlib icon indicating copy to clipboard operation
pygattlib copied to clipboard

High CPU load after disconnecting

Open KKoovalsky opened this issue 3 years ago • 0 comments

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%

KKoovalsky avatar May 01 '21 17:05 KKoovalsky