mirror of
https://github.com/oliverbooth/TcpDotNet
synced 2024-11-09 23:05:41 +00:00
refactor: suppress nrt for RemoteEndPoint read
This commit is contained in:
parent
906d5870f8
commit
bf7f14acac
@ -91,7 +91,7 @@ public sealed class ProtocolClient : ClientNode
|
||||
}
|
||||
|
||||
IsConnected = true;
|
||||
RemoteEndPoint = BaseSocket.RemoteEndPoint;
|
||||
RemoteEndPoint = BaseSocket.RemoteEndPoint!;
|
||||
|
||||
State = ClientState.Handshaking;
|
||||
var handshakeRequest = new HandshakeRequestPacket(ProtocolVersion);
|
||||
|
Loading…
Reference in New Issue
Block a user