wwbmmm commented on issue #3067: URL: https://github.com/apache/brpc/issues/3067#issuecomment-3394008474
支持的。多个客户端和同一个服务端通信,连接是不同的。一个连接里,可以有多个stream,streamid可以用于区分一个连接中的不同stream。不同的连接里的stream不会冲突。 服务端使用streamwrite的时候,streamid使用response streamid。 -- 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]
