beetlex-io / XRPC

dotnet high performance remote interface and delegate invoke(RPC) communication components,support millions RPS remote interface method invokes
Apache License 2.0
84 stars 22 forks source link

增加内部ping/pong机制 #6

Closed beetlex-io closed 4 years ago

beetlex-io commented 4 years ago

在广域网上,仅依赖于tcp自身的探测机制很容易导致超时无法有效重置,加入可选逻辑ping/pong进行一个自我探测并进行重置连接。

beetlex-io commented 4 years ago

update to 0.8.2.3