You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If tcpClient is disconnected, data received by ModbusClient.ReadInputRegisters. If serialport is null, udpflag is false and tcpClient.Client.Connected is false, the data array is never updated and no exception is risen, thus generating a situation where every call without reconnecting to the client will return the same value based on inputs.
The text was updated successfully, but these errors were encountered:
If tcpClient is disconnected, data received by ModbusClient.ReadInputRegisters. If
serialport
is null,udpflag
is false andtcpClient.Client.Connected
is false, the data array is never updated and no exception is risen, thus generating a situation where every call without reconnecting to the client will return the same value based on inputs.The text was updated successfully, but these errors were encountered: