Closed us3r64 closed 9 months ago
If socket data is buffered and multiple readings happens to get the expected nbytes, bytes_read is going to be double subtracted.
nbytes
bytes_read
Fix: https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI/pull/183
Fjxed by #183.
If socket data is buffered and multiple readings happens to get the expected
nbytes
,bytes_read
is going to be double subtracted.Fix: https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI/pull/183