mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 03:41:55 +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.
|
||||
*/
|
||||
virtual void shrink();
|
||||
public:
|
||||
/**
|
||||
* clear all messages in queue.
|
||||
*/
|
||||
virtual void clear();
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue