1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

fix bug of edge, refine state to user state.

This commit is contained in:
winlin 2014-04-26 22:51:01 +08:00
parent 2bcaeccc51
commit 270b1270af
4 changed files with 35 additions and 12 deletions

View file

@ -109,6 +109,7 @@ public:
* user stop the thread.
* @remark ignore any error of cycle of handler.
* @remark user can start multiple times, ignore if already started.
* @remark wait for the cid is set by thread pfn.
*/
virtual int start();
/**