Renamed namespace for easier access

Added tests for stopping the server properly
This commit is contained in:
Alexandru Macocian
2020-03-06 11:07:47 +01:00
parent 310555324a
commit 247f1b27e7
34 changed files with 102 additions and 78 deletions
+3 -3
View File
@@ -2,9 +2,9 @@
using MTSC.Common.WebSockets.ServerModules;
using MTSC.Exceptions;
using MTSC.Logging;
using MTSC.Server;
using MTSC.Server.Handlers;
using MTSC.Server.UsageMonitors;
using MTSC.ServerSide;
using MTSC.ServerSide.Handlers;
using MTSC.ServerSide.UsageMonitors;
using System;
using System.Numerics;
using System.Security.Cryptography;