mirror of
https://github.com/ossrs/srs.git
synced 2025-02-15 04:42:04 +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)
|
void SrsQueueRecvThread::on_recv_error(int ret)
|
||||||
{
|
{
|
||||||
|
recv_error_code = ret;
|
||||||
#ifdef SRS_PERF_QUEUE_COND_WAIT
|
#ifdef SRS_PERF_QUEUE_COND_WAIT
|
||||||
if (_consumer) {
|
if (_consumer) {
|
||||||
_consumer->on_dispose();
|
_consumer->on_dispose();
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
recv_error_code = ret;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void SrsQueueRecvThread::on_thread_start()
|
void SrsQueueRecvThread::on_thread_start()
|
||||||
|
|
Loading…
Reference in a new issue