Fix
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user