Server ReadLine changes
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user