ReadWriteTimeout for ModbusTcpProxy changed

As suggestion of #5 on GitHub, the default value of the timeout changed.
But to the same timeout as on HttpClient and not infinite.
This commit is contained in:
2024-12-13 17:58:34 +01:00
parent c1a70de6bb
commit 6a231e02cb
3 changed files with 20 additions and 5 deletions

View File

@@ -7,7 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
_no changes_
### Changed
- The `ModbusTcpProxy.ReadWriteTimeout` has a default of 100 seconds (same default as a `HttpClient` has).
## [v0.3.2] (2024-09-04)