Modified from ASCII to Unicode Encoding for broadcasting.

This commit is contained in:
2019-07-22 15:00:29 +03:00
parent 1774e0aeb8
commit 59078d13f5
5 changed files with 34 additions and 4 deletions
+1
View File
@@ -18,6 +18,7 @@ namespace MTSC_TestServer
server
.AddHandler(encryptionHandler)
.AddLogger(new ConsoleLogger())
.AddLogger(new DebugConsoleLogger())
.AddExceptionHandler(new ExceptionConsoleLogger())
.AddHandler(broadcastHandler)
.Run();