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

XRPCClient是否能提供已连接和已断开的事件,方便处理断线重连后的自定制操作。 #28

Closed e4ky closed 4 years ago

e4ky commented 4 years ago

XRPCClient是否能像XRPCServer一样提供已连接(RPCConnected)和已断开的(RPCDisconnect)事件,方便处理断线重连后的自定制操作。

beetlex-io commented 4 years ago

有对应的Connected事件

e4ky commented 4 years ago

嗯终于找到了