Skip to content

Commit e0e7b69

Browse files
authored
AsyncTcpLinc > Fix GetMessage method to return data
AsyncTcpLinc > Fix GetMessage method to return data
2 parents ca84219 + 4967a60 commit e0e7b69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ThreeByte.LinkLib/ThreeByte.LinkLib.TcpLink/AsyncTcpLink.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ public byte[] GetMessage()
399399
}
400400

401401
//Return null if the link is not enabled
402-
if (IsEnabled)
402+
if (!IsEnabled)
403403
{
404404
return null;
405405
}

0 commit comments

Comments
 (0)