Skip to content

Commit f530238

Browse files
authored
Merge pull request #588 from ackleymi/remove-wait
Remove initiator wait
2 parents 0537106 + 5ebf4ea commit f530238

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 0.8.1 (October 27, 2023)
2+
3+
BUG FIXES
4+
5+
* Remove initiator wait [GH 587]
6+
* for xml charset and bug of "Incorrect NumInGroup" [GH 368, 363, 365, 366]
7+
* Allow time.Duration or int for timeouts [GH 477]
8+
* Trim extra non-ascii characters that can arise from manually editing [GH 463, 464]
9+
110
## 0.8.0 (October 25, 2023)
211

312
ENHANCEMENTS

initiator.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ func (i *Initiator) Start() (err error) {
6161
i.wg.Done()
6262
}(sessionID)
6363
}
64-
i.wg.Wait()
6564
return
6665
}
6766

0 commit comments

Comments
 (0)