mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
parent
3ffb0980f5
commit
b21f92f97a
12 changed files with 62 additions and 67 deletions
|
@ -123,12 +123,6 @@ public:
|
|||
* thread will invoke the on_thread_stop() when it terminated.
|
||||
*/
|
||||
virtual int cycle();
|
||||
/**
|
||||
* when the thread cycle finished, thread will invoke the on_thread_stop(),
|
||||
* which will remove self from server, server will remove the connection from manager
|
||||
* then delete the connection.
|
||||
*/
|
||||
virtual void on_thread_stop();
|
||||
public:
|
||||
/**
|
||||
* get the srs id which identify the client.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue