We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b600b26 commit d8970c8Copy full SHA for d8970c8
GameFrameX.StartUp/AppStartUpBase.cs
@@ -79,6 +79,7 @@ public virtual async Task StopAsync(string message = "")
79
LogHelper.ErrorConsole($"服务器类型:{Setting.ServerType} 停止! 终止原因:{message} 配置信息: {Setting.ToFormatString()}");
80
StopServer();
81
AppExitSource?.TrySetResult(message);
82
+ LogHelper.FlushAndSave();
83
await Task.CompletedTask;
84
}
85
0 commit comments