emelianov / modbus-esp8266

Most complete Modbus library for Arduino. A library that allows your Arduino board to communicate via Modbus protocol, acting as a master, slave or both. Supports network transport (Modbus TCP) and Serial line/RS-485 (Modbus RTU). Supports Modbus TCP Security for ESP8266/ESP32.
Other
519 stars 186 forks source link

Uncomment the explicit stop() method call to allow sockets cleanups #281

Closed emelianov closed 1 year ago

emelianov commented 1 year ago

This should allow w5xxx-based ethernet to clean up their sockets' states upon disconnection, preventing the server implementation to experience sockets starvation