Value generator initial commit

This commit is contained in:
2025-05-30 10:40:20 +04:00
parent 924bd819ee
commit f248c2af96
5 changed files with 81 additions and 50 deletions

View File

@ -72,7 +72,7 @@ func releaseDodos(
wg.Add(int(dodosCount))
streamWG.Add(1)
streamCtx, streamCtxCancel := context.WithCancel(context.Background())
streamCtx, streamCtxCancel := context.WithCancel(ctx)
go streamProgress(streamCtx, &streamWG, requestConfig.RequestCount, "Dodos Working🔥", increase)