mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
clear the queue when edge republish.
This commit is contained in:
parent
704624c9ec
commit
07ef8160a3
1 changed files with 4 additions and 0 deletions
|
@ -190,6 +190,10 @@ private:
|
||||||
* if no iframe found, clear it.
|
* if no iframe found, clear it.
|
||||||
*/
|
*/
|
||||||
virtual void shrink();
|
virtual void shrink();
|
||||||
|
public:
|
||||||
|
/**
|
||||||
|
* clear all messages in queue.
|
||||||
|
*/
|
||||||
virtual void clear();
|
virtual void clear();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue