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

Refine in time unit. 3.0.49

This commit is contained in:
winlin 2019-04-22 08:12:17 +08:00
parent b2f598dede
commit 394cdb5f04
6 changed files with 9 additions and 6 deletions

View file

@ -41,7 +41,7 @@ class SrsMessageArray
{
public:
/**
* when user already send the msg in msgs, please set to NULL,
* when user already send all msgs, please set to NULL,
* for instance, msg= msgs.msgs[i], msgs.msgs[i]=NULL, send(msg),
* where send(msg) will always send and free it.
*/