Cleric1199

Results 2 comments of Cleric1199

I see I copied the wrong error line with the associated version, the line is from version 0.14.3. In the most recent version its this error line: https://github.com/hbldh/bleak/blob/96ced27f82e9b166834a8f91e1d1103fe09719d6/bleak/backends/winrt/client.py#L226

I trigger the python code through a powershell terminal. Will get the debug log overnight The minimal code: ```python class TheDevice: _client: BleakClient = None def __init__(self, device): self._device =...