Skip to content

Commit

Permalink
Added WaitGroup Wait in Initiator
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleklaussconn committed Oct 19, 2023
1 parent ab15e58 commit 84d2532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion initiator.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func (i *Initiator) Start() (err error) {
i.wg.Done()
}(sessionID)
}

i.wg.Wait()
return
}

Expand Down

0 comments on commit 84d2532

Please sign in to comment.