rever to old TCP method with new decode logic

This commit is contained in:
2022-12-05 14:39:24 -06:00
parent a5663ea6ff
commit 6473b1bb5e
6 changed files with 73 additions and 88 deletions
-1
View File
@@ -13,7 +13,6 @@
<package id="Splat" version="14.1.17" targetFramework="monoandroid10.0" />
<package id="Square.OkHttp3" version="4.9.2.1" targetFramework="monoandroid10.0" />
<package id="Square.OkIO" version="2.10.0.1" targetFramework="monoandroid10.0" />
<package id="SuperSimpleTcp" version="3.0.5" targetFramework="monoandroid12.0" />
<package id="System.AppContext" version="4.3.0" targetFramework="monoandroid90" />
<package id="System.Collections" version="4.3.0" targetFramework="monoandroid90" />
<package id="System.Collections.Concurrent" version="4.3.0" targetFramework="monoandroid90" />
-3
View File
@@ -468,9 +468,6 @@
<Reference Include="Xamarin.AndroidX.Concurrent.Futures">
<HintPath>..\packages\Xamarin.AndroidX.Concurrent.Futures.1.1.0.5\lib\monoandroid90\Xamarin.AndroidX.Concurrent.Futures.dll</HintPath>
</Reference>
<Reference Include="SuperSimpleTcp">
<HintPath>..\packages\SuperSimpleTcp.3.0.5\lib\netstandard2.1\SuperSimpleTcp.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="MainActivity.cs" />