old-bear commented on issue #3150: URL: https://github.com/apache/brpc/issues/3150#issuecomment-3540267874
监听epollout时,会建一个「dummy」socket(比如Connect里的connect_id),目的是复用SetFailed的原子互斥能力(多个线程同时只能有1个人处理epollout)。所以并不影响外层真正的Socket结构体 -- 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]
