Update HttpWebServerB.cs

This commit is contained in:
2dust 2019-10-24 08:23:32 +08:00
parent ef01b4aa5e
commit 473e0cf839

View file

@ -41,6 +41,7 @@ namespace v2rayN.Base
{ {
if (!listener.Pending()) if (!listener.Pending())
{ {
Thread.Sleep(100);
continue; continue;
} }