qicosmos/rest_rpc

怎么设置KeepAlive

Opened this issue · 0 comments

当服务进程被Kill之后,客户端不会触发自动重连,在write函数里,async_write的回调中的ec值是零,不会触发callback进行重连,这种情况怎么处理