Fixed wrong 'following bytes' information in TCP proxy

This commit is contained in:
2025-01-21 19:26:13 +01:00
parent 96b5ee21c8
commit ec0ba31b86
7 changed files with 58 additions and 28 deletions

View File

@@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- The `ModbusTcpProxy.ReadWriteTimeout` has a default value of 100 seconds (same default as a `HttpClient` has).
### Fixed
- Wrong _following bytes_ calculation in `ModbusTcpProxy`.
## [v0.3.2] (2024-09-04)