Server ReadLine changes

This commit is contained in:
2025-05-06 23:28:00 +03:00
parent 2155c8f0d8
commit 99015a3d5e
+4 -1
View File
@@ -1,4 +1,5 @@
using System.Linq;
using System;
using System.Linq;
using System.Net;
using Example.Backend;
using mROA.Abstract;
@@ -49,5 +50,7 @@ class Program
_ = builder.GetModule<UdpGateway>()!.Start();
var gateway = builder.GetModule<IGatewayModule>();
gateway.Run();
Console.ReadLine();
}
}