Skip to content

Commit 0a0e0c6

Browse files
committed
Refactored Project Directory
1 parent fc4c91c commit 0a0e0c6

36 files changed

+468
-77
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
using System.Threading;
1313
using System.Threading.Tasks;
1414

15+
1516
namespace ConsoleTest
1617
{
1718

@@ -111,7 +112,7 @@ private static void TcpTest()
111112
//Console.WriteLine("Elapsed total MS " + sw2.ElapsedMilliseconds);
112113
}
113114

114-
115+
server.StopServer();
115116
void OnClientReceivedMessage(ByteMessageTcpClient client, byte[] arg2, int offset, int count)
116117
{
117118
Interlocked.Increment(ref totMsgClient);

TcpByteMessageBenchmarkNet6/TcpMessageBenchmarkNet6.csproj renamed to Benchmarks/TcpBenchmark/TcpMessageBenchmarkNet6.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<ItemGroup>
1111
<Reference Include="NetworkLibrary">
12-
<HintPath>..\CustomNetworkLib\bin\Release\netstandard2.0\NetworkLibrary.dll</HintPath>
12+
<HintPath>..\..\NetworkLibrary\bin\Release\netstandard2.0\NetworkLibrary.dll</HintPath>
1313
</Reference>
1414
</ItemGroup>
1515

UdpBenchmarkNet6/UdpBenchmarkNet6.csproj renamed to Benchmarks/UdpBenchmark/UdpBenchmarkNet6.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<ItemGroup>
1111
<Reference Include="NetworkLibrary">
12-
<HintPath>..\CustomNetworkLib\bin\Release\netstandard2.0\NetworkLibrary.dll</HintPath>
12+
<HintPath>..\..\NetworkLibrary\bin\Release\netstandard2.0\NetworkLibrary.dll</HintPath>
1313
</Reference>
1414
</ItemGroup>
1515

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)