yanglimingcn commented on PR #2591: URL: https://github.com/apache/brpc/pull/2591#issuecomment-2476116457
> > > 我理解是要么同步写自己的req,要么异步写。 > > > > > > 那即使加这个start_urgent,也可能是异步写对吧?因为可能走不到这个分支就提前return了。 > > 是的 那如果走到了下面的分支,说明本请求所在的线程获得了写的权限,它会把自己的请求写完,即使不启动start_urgent,启动start_urgent的目的是为了让后续的请求更及时的写到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: 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