handle except
This commit is contained in:
parent
e561496466
commit
6591f1f9b5
|
@ -292,7 +292,8 @@ void uvOnSendCb(uv_write_t* req, int status) {
|
||||||
}
|
}
|
||||||
transQueuePop(&conn->srvMsgs);
|
transQueuePop(&conn->srvMsgs);
|
||||||
tfree(msg);
|
tfree(msg);
|
||||||
msg = (SSrvMsg*)transQueuePop(&conn->srvMsgs);
|
|
||||||
|
msg = (SSrvMsg*)transQueueGet(&conn->srvMsgs, 0);
|
||||||
if (msg != NULL) {
|
if (msg != NULL) {
|
||||||
uvStartSendRespInternal(msg);
|
uvStartSendRespInternal(msg);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue