New Connection Class replacing Client, Controller Class replaceing networkController, no json support yet

This commit is contained in:
Patrick Hellebrand
2021-09-22 12:58:05 +02:00
parent 46cc5b1d10
commit 01a48c336d
5 changed files with 213 additions and 16 deletions

View File

@@ -119,6 +119,8 @@
<Compile Include="App.xaml.cs">
<DependentUpon>App.xaml</DependentUpon>
</Compile>
<Compile Include="Connection.cs" />
<Compile Include="Controller.cs" />
<Compile Include="MainPage.xaml.cs">
<DependentUpon>MainPage.xaml</DependentUpon>
</Compile>
@@ -185,6 +187,9 @@
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
<Version>6.2.12</Version>
</PackageReference>
<PackageReference Include="SocketIoClientDotNet">
<Version>0.9.13</Version>
</PackageReference>
<PackageReference Include="SocketIOSharp">
<Version>2.0.3</Version>
</PackageReference>