deckerego / ampule

A tiny HTTP server made for CircuitPython WiFi devices (like the ESP32)
MIT License
60 stars 10 forks source link

Workaround for unreliable sockets on ESP32-S2 #15

Closed deckerego closed 2 years ago

deckerego commented 2 years ago

If the number of bytes sent does not correspond to the total payload length, re-try sending with the remaining bytes.