示例#1
0
文件: Server.cs 项目: renwoox/prime
 public void Stop()
 {
     _serverContext.M.UnregisterAsync(this);
     TcpSocketServer.ForceStop();
 }