mirror of
https://github.com/aykhans/dodo.git
synced 2025-07-02 00:16:20 +00:00
Value generator initial commit
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user