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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]