Skip to content

Commit

Permalink
Update HttpWebServerB.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
2dust committed Oct 24, 2019
1 parent ef01b4a commit 473e0cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions v2rayN/v2rayN/Base/HttpWebServerB.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ private void StartListen()
{
if (!listener.Pending())
{
Thread.Sleep(100);
continue;
}

Expand Down

0 comments on commit 473e0cf

Please sign in to comment.