Network/TcpClient: Fix clients from TcpServer state
Former-commit-id: 39d0884471fb2b0d6a8a12634b26a2f5da894a58
This commit is contained in:
parent
64cd9edd6b
commit
5f0aa64555
|
|
@ -207,5 +207,6 @@ namespace Nz
|
|||
{
|
||||
Open(handle);
|
||||
m_peerAddress = peerAddress;
|
||||
UpdateState(SocketState_Connected);
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue