Disable writen in socket.
Definition at line 136 of file Socket.cpp.
137 {
139
141 {
142 std::stringstream ss;
143 ss <<
"Socket::ShutDownWrite error, socket fd: " <<
m_SocketFd <<
" Error: " << WSAGetLastError();
144
145 SPICES_CORE_CRITICAL(ss.str())
146 }
147 }
#define SPICES_PROFILE_ZONE
SOCKET m_SocketFd
This socket fd.