Adafruit_CircuitPython_MiniMQTT
Adafruit_CircuitPython_MiniMQTT copied to clipboard
remove the workaround for buggy recv_into()
The \x00 literal should be removed https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT/blob/342b8c99b2c8f10b605cc8311bf5f394f4d18e92/adafruit_minimqtt/adafruit_minimqtt.py#L984 once https://github.com/adafruit/circuitpython/issues/7606 is fixed.
This should probably wait for some time for the CP versions with the fix to percolate to the wide public. This could take a long time, I think.
Both of these were added to CircuitPython as of 8.1.0 beta 1, let's keep this code in until 8.1.0 is stable and released.
8.1.0 has been stable as of last week it seems.