@ -109,7 +109,7 @@ namespace Apewer.Web
_thread.IsBackground = true;
_thread.Start();
if (await) while (_socket != null) Thread.Sleep(300);
if (await) while (_socket != null) Thread.Sleep(100);
}
/// <summary>关闭服务器。</summary>