This commit is contained in:
luosheng
2023-07-17 18:04:45 +08:00
parent 2e7648a8b1
commit 30c13edf0d

View File

@@ -112,7 +112,7 @@ namespace Modbus.Net
IDisposable asyncLock = null; IDisposable asyncLock = null;
try try
{ {
if (!Controller.IsSending) if (Controller.IsSending != true)
{ {
Controller.SendStart(); Controller.SendStart();
} }