tokio-modbus
tokio-modbus copied to clipboard
TCP: How to handle reconnect?
When the modbus tcp slave device goes offline, how do I try to reconnect? I don't see any relevant methods. Do I need to write the timeout judgment and reconnection mechanism myself?