fansehep commented on issue #1894: URL: https://github.com/apache/incubator-brpc/issues/1894#issuecomment-1272575919
这里只需改变```AddEpollOut``` 和 ```RemoveEpollOut``` 两个函数即可, ```AddEpollOut``` => ```AddMultiplex``` ```RemoveEpollOut``` => ```RemoveMultiplex``` 这样是否是一个合适的做法呢? -- 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]
