Loading src/linux/event.cpp +3 −2 Original line number Diff line number Diff line Loading @@ -182,8 +182,9 @@ namespace netplus { } try { if(!wcon->getSendData()){ sendReady(wcon,false); return; NetException exp; exp[NetException::Note] << "WriteEvent: no data to send!" << pos; throw exp; } ssize_t sended = _ServerSocket->sendData(wcon->csock, (void*)wcon->getSendData()->getData(), Loading Loading
src/linux/event.cpp +3 −2 Original line number Diff line number Diff line Loading @@ -182,8 +182,9 @@ namespace netplus { } try { if(!wcon->getSendData()){ sendReady(wcon,false); return; NetException exp; exp[NetException::Note] << "WriteEvent: no data to send!" << pos; throw exp; } ssize_t sended = _ServerSocket->sendData(wcon->csock, (void*)wcon->getSendData()->getData(), Loading