This commit is contained in:
CortexCore
2023-08-18 11:03:06 +08:00
parent 0cee02523b
commit 003fff50fa
16 changed files with 36 additions and 22 deletions

View File

@@ -71,7 +71,7 @@ public partial class HttpGet : Node,IActivable
}
catch (InvalidOperationException)
{
BIT4Log.Warnning(url);
BIT4Log.Warning(url);
//返回并发数量
limitConcurrent.Release();
}