Example #1
0
 /// <summary>
 /// 更新发送接收队列
 /// </summary>
 public virtual void Update()
 {
     if (serviceType == NetServiceType.Client && ClientChannel != null)
     {
         ClientChannel.StartConnecting();
     }
     HandleSend();
     HandleReceive();
 }