This commit is contained in:
Adin Schmahmann 2019-07-01 17:43:49 +02:00
parent e26e489bdd
commit ae667299a8
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ func (sub *Subscription) Cancel() {
sub.cancelCh <- sub
}
func (sub *Subscription) close(){
func (sub *Subscription) close() {
close(sub.ch)
close(sub.joinCh)
close(sub.leaveCh)