You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by GitBox <gi...@apache.org> on 2022/12/26 02:58:06 UTC

[GitHub] [incubator-brpc] wwbmmm commented on issue #2060: example中logoff_ms参数的作用

wwbmmm commented on issue #2060:
URL: https://github.com/apache/incubator-brpc/issues/2060#issuecomment-1364831593

   这个是用来传递给Server::Stop方法的参数,不过按照注释,这个参数已不再使用
   
   ```cpp
       // Stop accepting new connections and requests from existing connections.
       // Returns 0 on success, -1 otherwise.
       int Stop(int closewait_ms/*not used anymore*/);
   ```


-- 
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-unsubscribe@brpc.apache.org

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


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