Parcourir la source

KChannel Output发送失败不断开,因为有可能wifi切换到5G导致发送异常

tanghai il y a 2 ans
Parent
commit
809feb3384
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      Unity/Assets/Scripts/Core/Network/KChannel.cs

+ 0 - 1
Unity/Assets/Scripts/Core/Network/KChannel.cs

@@ -371,7 +371,6 @@ namespace ET
 			catch (Exception e)
 			catch (Exception e)
 			{
 			{
 				Log.Error(e);
 				Log.Error(e);
-				this.OnError(ErrorCore.ERR_SocketCantSend);
 			}
 			}
 		}
 		}