去掉重连提示,要不日志里面太多了
This commit is contained in:
parent
c0f0f616dc
commit
f9814532f5
@ -9,8 +9,9 @@
|
|||||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||||
<RootNamespace>Plane</RootNamespace>
|
<RootNamespace>Plane</RootNamespace>
|
||||||
<AssemblyName>PlaneGcsSdk_Private_NET46</AssemblyName>
|
<AssemblyName>PlaneGcsSdk_Private_NET46</AssemblyName>
|
||||||
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
||||||
<FileAlignment>512</FileAlignment>
|
<FileAlignment>512</FileAlignment>
|
||||||
|
<TargetFrameworkProfile />
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||||
<DebugSymbols>true</DebugSymbols>
|
<DebugSymbols>true</DebugSymbols>
|
||||||
|
@ -250,7 +250,7 @@ namespace Plane.CommunicationManagement
|
|||||||
{
|
{
|
||||||
CloseConnection();
|
CloseConnection();
|
||||||
await Task.Delay(250).ConfigureAwait(false);
|
await Task.Delay(250).ConfigureAwait(false);
|
||||||
Message.Show($"正在重连:次数{++times}");
|
// Message.Show($"正在重连:次数{++times}");
|
||||||
await Task.Delay(250).ConfigureAwait(false);
|
await Task.Delay(250).ConfigureAwait(false);
|
||||||
await ConnectAsync();
|
await ConnectAsync();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user