Implemented RTU proxy

This commit is contained in:
2024-04-21 00:18:07 +02:00
parent 54511c9366
commit bc3ca4fa52
4 changed files with 883 additions and 2 deletions

View File

@@ -178,6 +178,8 @@ namespace AMWD.Protocols.Modbus.Proxy
_clientListLock.Dispose();
_clients.Clear();
_stopCts?.Dispose();
}
private void Assertions()