mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
for bug #257, support NULL msg in msgs to send.
This commit is contained in:
parent
66fd4bbf31
commit
5529813fcb
4 changed files with 15 additions and 10 deletions
|
@ -237,7 +237,6 @@ public:
|
|||
* get packets in consumer queue.
|
||||
* @param msgs the msgs array to dump packets to send.
|
||||
* @param count the count in array, output param.
|
||||
* @max_count the max count to dequeue, must be positive.
|
||||
*/
|
||||
virtual int dump_packets(SrsMessageArray* msgs, int& count);
|
||||
#ifdef SRS_PERF_QUEUE_COND_WAIT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue