Hi,
I think there is a problem concerning the management of refused tcp requests. When I start a modbus server on a specific IP and a specific Unit Identifier, if I use several MODBUS clients to request the same IP but on other unit IDs (that are not handled by the server), the CPU usage skyrockets till the server is not able to respond to requests he is supposed to...
Also, when I am debugging my program, if I stay long enough in a breakpoint so the tcp timeout is reached, the server refuses all the requests after resuming the program. Stopping and restarting the server solves this problem.
Regards