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