wwbmmm commented on code in PR #2476:
URL: https://github.com/apache/brpc/pull/2476#discussion_r1435933672


##########
src/brpc/acceptor.cpp:
##########
@@ -76,6 +76,8 @@ int Acceptor::StartAccept(int listened_fd, int 
idle_timeout_sec,
         return -1;
     }
     if (idle_timeout_sec > 0) {
+        bthread_attr_t tmp = BTHREAD_ATTR_NORMAL;

Review Comment:
   tmp参数得传给bthread_start_background吧



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org
For additional commands, e-mail: dev-h...@brpc.apache.org

Reply via email to