Hi
I have big problem with creating ModbusTCP Server. Server works, data flows, but when client reconnect (like PLC, because don't like to keep alive connection) FluentModbus call exception "System.Exception" and "There is no valid request available.". So in short, exception occurs, when any client tried to reconnect.
I checked this also on Node-Red ModbusTCP Client. Init connection is ok, but when Connected, VS call exception like above. I cannot find reason why this happens, so please, help :)
Tried also RequestValidator, but this cannot catch this problem. Problem still happens when Server is asynchronus.


