1
0
Fork 0
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:
winlin 2015-09-14 15:25:01 +08:00
parent 704624c9ec
commit 07ef8160a3

View file

@ -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();
}; };