Skip to content
This repository was archived by the owner on Feb 19, 2023. It is now read-only.

Commit b2293c6

Browse files
committed
1 parent 1c8cde5 commit b2293c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TcpClient.vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Public Class TcpClient
3030

3131

3232
Public Function Report() As Boolean
33-
Return Not _tcpClient.Connected Or Command(_reportCmd).Take(_reportCmd.Length).SequenceEqual(_reportCmd)
33+
Return Not _tcpClient.Connected OrElse Command(_reportCmd).Take(_reportCmd.Length).SequenceEqual(_reportCmd)
3434
End Function
3535

3636
Private Function Command(cmd As Byte()) As Byte()

0 commit comments

Comments
 (0)