berockguo opened this issue 8 years ago · 2 comments
默认的client每次call的时候都会去生成新的socket,没有实现tcp长连接。
我们提供的stub API是支持长连接的,你只需要每次构造stub的时候传入相同的socket(自己维护),然后设置一下stub的SetKeepAlive即可使用长连接。
get