Skip to content

Commit d9d5e60

Browse files
authored
Merge pull request #375 from Saishy/patch-1
Update NtpRequest.cs
2 parents bd3ef44 + 5f8fdac commit d9d5e60

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

LiteNetLib/Utils/NtpRequest.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ namespace LiteNetLib.Utils
1010
/// 1. Create the object by <see cref="Create(IPEndPoint,Action&lt;NtpPacket&gt;)"/> method.
1111
/// </para>
1212
/// <para>
13-
/// 2. Use <see cref="Send"/> method to send requests. 3. Call <see cref="Close"/> to release the socket
14-
/// AFTER you have received the response or some timeout. If you close the socket too early, you may miss the response.
13+
/// 2. Use <see cref="Send"/> method to send requests.
1514
/// </para>
1615
/// <para>
1716
/// 3. Call <see cref="Close"/> to release the socket AFTER you have received the response or some timeout.
@@ -139,4 +138,4 @@ void INetSocketListener.OnMessageReceived(byte[] data, int length, SocketError e
139138
_onRequestComplete(packet);
140139
}
141140
}
142-
}
141+
}

0 commit comments

Comments
 (0)