HOREICH

Results 2 issues of HOREICH

Hello, I'm currently using this library to read data from a client. Works well so far. Thank you! Just one thing: Is the implementation according to the specification with a...

Hi, is there a reason, why we read the incoming frame in a while loop? Looks potentially dangerous to me. [ while (true)](https://github.com/Apollo3zehn/FluentModbus/blob/ce86dbdddaeace89a609740b713695fa195c69c5/src/FluentModbus/Client/ModbusRtuClient.cs#L197) Why do we not simply define a...