mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-03-10 11:40:48 +08:00
优化了中断功能,增加了节点变量的查看。
This commit is contained in:
@@ -123,8 +123,16 @@ namespace Serein.Library.Web
|
||||
// 停止服务器
|
||||
public void Stop()
|
||||
{
|
||||
listener?.Stop(); // 停止监听
|
||||
listener?.Close(); // 关闭监听器
|
||||
|
||||
try
|
||||
{
|
||||
listener?.Stop(); // 停止监听
|
||||
listener?.Close(); // 关闭监听器
|
||||
}
|
||||
catch (Exception EX)
|
||||
{
|
||||
Console.WriteLine(EX);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user