mirror of
https://github.com/2dust/v2rayN.git
synced 2025-04-19 13:42:24 +00:00
Update HttpWebServerB.cs
This commit is contained in:
parent
ef01b4aa5e
commit
473e0cf839
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ namespace v2rayN.Base
|
|||
{
|
||||
if (!listener.Pending())
|
||||
{
|
||||
Thread.Sleep(100);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue