This commit is contained in:
Mateleo 2024-11-22 16:20:57 +01:00
parent 06f72de1f7
commit e36b902ebc

View File

@ -255,6 +255,7 @@ namespace DiIiS_NA
IChannel boundChannel = await serverBootstrap.BindAsync(loginConfig.Port);
Logger.Info("$[bold deeppink4]$Gracefully$[/]$ shutdown with $[red3_1]$CTRL+C$[/]$ or $[deeppink4]$!q[uit]$[/]$.");
Logger.Info("{0}", IsCancellationRequested());
while (!IsCancellationRequested())
{
var line = Console.ReadLine();