SuperSocketRRPCServer by Ming

<PackageReference Include="SuperSocketRRPCServer" Version="1.1.5" />

 RemoteCallQueue

public class RemoteCallQueue
任务队列管理
public int MaxRetryCount { get; }

最大重试次数

执行事件中的方法

public int second { get; }

超时时间

public RemoteCallQueue(int second = 10, int maxRetryCount = 3)

开启队列管理

添加一个任务到队列

public void ErrorEmpty(string message)

清空所有的任务

public bool GetTaskIDAndSuccess(Guid id, string rpcResule)

根据任务ID获取任务信息并修改状态为以完成

进行远程调用

进行远程调用