Hello, I am setting up SCADA as a TCP server and my 4G modem as a TCP client. There is a Modbus RTU slave behind my 4G modem, and everything works correctly. However, sometimes even if the SCADA side drops the socket connection, it does not inform the 4G modem that the connection has been terminated. As a result, the modem does not terminate the socket connection, causing a communication breakdown. The modem appears to have a TCP connection, but data cannot be exchanged. How can we solve this issue?