mirror of
https://github.com/ossrs/srs.git
synced 2025-02-15 04:42:04 +00:00
add comments about bug #196
This commit is contained in:
parent
8acd143a7a
commit
d257360e96
1 changed files with 2 additions and 2 deletions
|
@ -528,8 +528,8 @@ int SrsRtmpConn::playing(SrsSource* source)
|
|||
// collect elapse for pithy print.
|
||||
pithy_print.elapse();
|
||||
|
||||
// read message when no data to send.
|
||||
// @see: https://github.com/winlinvip/simple-rtmp-server/issues/194
|
||||
// to use isolate thread to recv, can improve about 5% performance.
|
||||
// @see: https://github.com/winlinvip/simple-rtmp-server/issues/196
|
||||
// read from client.
|
||||
if (true) {
|
||||
SrsMessage* msg = NULL;
|
||||
|
|
Loading…
Reference in a new issue