Loading src/event/iocp.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -456,7 +456,7 @@ namespace netplus { SOCKET sdAccept = WSAAccept(_ServerSocket->fd(), nullptr, nullptr, nullptr, 0); if (sdAccept == SOCKET_ERROR) { NetException except; except[NetException::Error] << "CloseEventHandler: can't close socket to epoll: " << WSAGetLastError(); except[NetException::Note] << "runEventloop:" << WSAGetLastError(); throw except; } else { Loading Loading
src/event/iocp.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -456,7 +456,7 @@ namespace netplus { SOCKET sdAccept = WSAAccept(_ServerSocket->fd(), nullptr, nullptr, nullptr, 0); if (sdAccept == SOCKET_ERROR) { NetException except; except[NetException::Error] << "CloseEventHandler: can't close socket to epoll: " << WSAGetLastError(); except[NetException::Note] << "runEventloop:" << WSAGetLastError(); throw except; } else { Loading