winlin

add comments about bug #196

@@ -528,8 +528,8 @@ int SrsRtmpConn::playing(SrsSource* source) @@ -528,8 +528,8 @@ int SrsRtmpConn::playing(SrsSource* source)
528 // collect elapse for pithy print. 528 // collect elapse for pithy print.
529 pithy_print.elapse(); 529 pithy_print.elapse();
530 530
531 - // read message when no data to send.  
532 - // @see: https://github.com/winlinvip/simple-rtmp-server/issues/194 531 + // to use isolate thread to recv, can improve about 5% performance.
  532 + // @see: https://github.com/winlinvip/simple-rtmp-server/issues/196
533 // read from client. 533 // read from client.
534 if (true) { 534 if (true) {
535 SrsMessage* msg = NULL; 535 SrsMessage* msg = NULL;