SpiecsEngine
 
Loading...
Searching...
No Matches

◆ ShutDownInLoop()

void Spices::Net::TcpConnection::ShutDownInLoop ( ) const
private

ShutDown socket.

Definition at line 241 of file TcpConnection.cpp.

242 {
243 if (!m_Channel->IsWriting())
244 {
245 m_Socket->ShutDownWrite();
246 }
247 }
std::unique_ptr< Socket > m_Socket
TcpConnection socket.
std::unique_ptr< Channel > m_Channel
TcpConnection channel.

Referenced by HandleWrite(), and ShutDown().