AK-Homberger/NMEA2000WifiGateway-with-ESP32

infinite loop when wifi client disconnects

Opened this issue · 0 comments

When a wifi client is disconnected, the SendBufToClients() timeout is too long and the code loops infinitely in HandleNMEA2000Msg(), because messages are arriving on the Can bus. I don't have a fix yet, but I'm working on it.