FujiNetWIFI / fujinet-firmware

8-bit systems to ESP32 WiFi Multifunction Firmware
https://fujinet.online
GNU General Public License v3.0
224 stars 68 forks source link

Try to recv next message if the receive seq is smaller than expected. #749

Closed trekawek closed 3 months ago

trekawek commented 3 months ago

This way we'll read all the messages from the buffer until we get the right one.

Before this commit we were sending another request, which would keep the send/recv pair out of sync.

tschak909 commented 3 months ago

Thank you!