v0.20.1
Fixed
- Fixed possible garbage collection of running async callback from
BleakClient.start_notify()
. - Fixed possible garbage collection of running async callback from
BleakScanner(detection_callback=)
. - Fixed possible garbage collection of disconnect monitor in BlueZ backend. Fixed #1258.