Skip to content

Commit 6dbde72

Browse files
committed
Merge branch 'develop' of https://github.com/tanitaka-tech/UnityProcessManager into develop
2 parents c12d1c4 + b03648b commit 6dbde72

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Runtime/ConcurrentProcess.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ public static ConcurrentProcess CreateWithLog(ILogger logger, params IProcessPro
4141
if (waitNum == count)
4242
{
4343
logger.LogInformation("WaitTask count: {0}\n{1}", count, processProviders.Select(pp => pp.GetType().Name));
44+
waitNum = 0;
4445
}
4546
return UniTask.CompletedTask;
4647
},

0 commit comments

Comments
 (0)