Fix of #7 tried to set DualMode on IPv4 network

This commit is contained in:
2025-02-06 17:02:52 +01:00
parent 5b8a2a8af1
commit 885231466b
3 changed files with 34 additions and 93 deletions

View File

@@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Async methods do not return on captured context anymore (`Task.ConfigureAwait(false)`).
### Fixed
- Set `Socket.DualMode` on IPv4 network address is not allowed (`ModbusTcpProxy`).
## [v0.4.0] (2025-01-29)