mirror of
https://github.com/oliverbooth/TcpDotNet
synced 2024-11-10 03:15:42 +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;
|
IsConnected = true;
|
||||||
RemoteEndPoint = BaseSocket.RemoteEndPoint;
|
RemoteEndPoint = BaseSocket.RemoteEndPoint!;
|
||||||
|
|
||||||
State = ClientState.Handshaking;
|
State = ClientState.Handshaking;
|
||||||
var handshakeRequest = new HandshakeRequestPacket(ProtocolVersion);
|
var handshakeRequest = new HandshakeRequestPacket(ProtocolVersion);
|
||||||
|
Loading…
Reference in New Issue
Block a user