mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 11:51:57 +00:00
last
This commit is contained in:
parent
1e34d2a5cd
commit
bafdd83122
1 changed files with 1 additions and 1 deletions
|
@ -218,12 +218,12 @@ int SrsQueueRecvThread::handle(SrsCommonMessage* msg)
|
|||
|
||||
void SrsQueueRecvThread::on_recv_error(int ret)
|
||||
{
|
||||
recv_error_code = ret;
|
||||
#ifdef SRS_PERF_QUEUE_COND_WAIT
|
||||
if (_consumer) {
|
||||
_consumer->on_dispose();
|
||||
}
|
||||
#endif
|
||||
recv_error_code = ret;
|
||||
}
|
||||
|
||||
void SrsQueueRecvThread::on_thread_start()
|
||||
|
|
Loading…
Reference in a new issue