去掉重连提示,要不日志里面太多了

This commit is contained in:
pxzleo 2024-01-08 20:40:10 +08:00
parent c0f0f616dc
commit f9814532f5
2 changed files with 81 additions and 80 deletions

View File

@ -9,8 +9,9 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Plane</RootNamespace>
<AssemblyName>PlaneGcsSdk_Private_NET46</AssemblyName>
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>

View File

@ -250,7 +250,7 @@ namespace Plane.CommunicationManagement
{
CloseConnection();
await Task.Delay(250).ConfigureAwait(false);
Message.Show($"正在重连:次数{++times}");
// Message.Show($"正在重连:次数{++times}");
await Task.Delay(250).ConfigureAwait(false);
await ConnectAsync();