Howdy Legends, Getting some weird errors when doing the most basic writes... I am connecting just fine to an ESP32-S3 running Firmware: 3.4.0; MicroPython v1.24.1 on 2024-11-29., and aioble is the latest. With `capture=True` on the characteristic, when I attempt a write from LightBlue I get: ``` Unhandled exception in IRQ callback handler Traceback (most recent call last): File "/lib/aioble/core.py", line 71, in ble_irq File "/lib/aioble/server.py", line 48, in _server_irq File "/lib/aioble/server.py", line 184, in _remote_write AttributeError: type object 'BaseCharacteristic' has no attribute '_capture_queue' ``` ...and then with `capture=False` just not getting anything. Anything obvious I am missing? Best, Luke