mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 11:51:57 +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…
Reference in a new issue