Browse Source
[fix] 修正例程错误,Packet全部改为使用IPacket。close: https://github.com/NewLifeX/NewLife.Net/issues/9#issuecomment-2728378297
master
[fix] 修正例程错误,Packet全部改为使用IPacket。close: https://github.com/NewLifeX/NewLife.Net/issues/9#issuecomment-2728378297
master

10 changed files with 278 additions and 297 deletions
-
8Benchmark/Program.cs
-
7EchoTest/MyNetServer.cs
-
6HandlerTest/App.config
-
7HandlerTest/EchoHandler.cs
-
11HandlerTest/Program.cs
-
4HandlerTest/packages.config
-
10NewLife.Net/Application/EchoHandler.cs
-
11RpcTest/MyClient.cs
-
9RpcTest/MyController.cs
-
8RpcTest/Program.cs
@ -1,6 +0,0 @@ |
|||
<?xml version="1.0" encoding="utf-8" ?> |
|||
<configuration> |
|||
<startup> |
|||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" /> |
|||
</startup> |
|||
</configuration> |
@ -1,4 +0,0 @@ |
|||
<?xml version="1.0" encoding="utf-8"?> |
|||
<packages> |
|||
<package id="NewLife.Core" version="7.3.6755.22250" targetFramework="net461" /> |
|||
</packages> |
Write
Preview
Loading…
Cancel
Save
Reference in new issue