Skip to content

Commit

Permalink
Merge pull request #584 from kyleklaussconn/initiator-wait-fix
Browse files Browse the repository at this point in the history
Added WaitGroup Wait in Initiator
  • Loading branch information
ackleymi authored Oct 20, 2023
2 parents ab15e58 + 84d2532 commit bc6d66a
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 bc6d66a

Please sign in to comment.