Exemplo n.º 1
0
 protected void InternalSetConnectStatus(NetStatus status, string msg = "", bool showError = false)
 {
     mNetSocket.SetConnectStatus(status, msg, showError);
 }
Exemplo n.º 2
0
 public static void SendTimeout()
 {
     sNetSocket.SetConnectStatus(NetStatus.sendTimeout, "心跳包超时", true);
 }