Skip to content

Commit

Permalink
Merge pull request #588 from ackleymi/remove-wait
Browse files Browse the repository at this point in the history
Remove initiator wait
  • Loading branch information
ackleymi authored Oct 27, 2023
2 parents 0537106 + 5ebf4ea commit f530238
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.8.1 (October 27, 2023)

BUG FIXES

* Remove initiator wait [GH 587]
* for xml charset and bug of "Incorrect NumInGroup" [GH 368, 363, 365, 366]
* Allow time.Duration or int for timeouts [GH 477]
* Trim extra non-ascii characters that can arise from manually editing [GH 463, 464]

## 0.8.0 (October 25, 2023)

ENHANCEMENTS
Expand Down
1 change: 0 additions & 1 deletion initiator.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ func (i *Initiator) Start() (err error) {
i.wg.Done()
}(sessionID)
}
i.wg.Wait()
return
}

Expand Down

0 comments on commit f530238

Please sign in to comment.