Introduced typed resources for client

This commit is contained in:
Alexandru Macocian
2020-03-27 19:19:12 +01:00
parent 8025164ac7
commit 1eb95368ea
8 changed files with 168 additions and 101 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ namespace MTSC_TestServer
.AddServerUsageMonitor(new TickrateEnforcer().SetTicksPerSecond(60))
.AddExceptionHandler(new ExceptionConsoleLogger())
//.AddHandler(new BroadcastHandler())
.AddHandler(new WebsocketHandler().AddWebsocketHandler(new BroadcastModule()))
.AddHandler(new WebsocketHandler())
.AddHandler(new HttpHandler().AddHttpModule(new FileServerModule())
.AddHttpModule(new PostModule()))
.Run();