Hello, With reference to: https://github.com/Apollo3zehn/FluentModbus/blob/bbd7dcd1d628811a73328233700ca352b2d3d71c/src/FluentModbus/Client/ModbusTcpClientAsync.cs#L54 `timeoutCts` will not be cancelled ever IMO. _networkStream.ReadTimeout is not considered when you call it Async. Do I miss something here?
Hello,
With reference to:
FluentModbus/src/FluentModbus/Client/ModbusTcpClientAsync.cs
Line 54 in bbd7dcd
timeoutCtswill not be cancelled ever IMO. _networkStream.ReadTimeout is not considered when you call it Async.Do I miss something here?