adafruit / Adafruit_CircuitPython_ESP32SPI

ESP32 as wifi with SPI interface
MIT License
101 stars 74 forks source link

fix recv_into again #169

Closed dhalbert closed 2 years ago

dhalbert commented 2 years ago

My original fix in #166 did not handle the case of more bytes arriving while in the while loop in socket.recv_into(). I discovered this while trying to debug something else.

@FoamyGuy Would you be willing to test this? It is unrelated to your fix for unlimited recv().