This commit is contained in:
William Banfield
2021-09-30 13:43:20 -04:00
parent 28eacd75c2
commit 93719f4494

View File

@@ -869,6 +869,7 @@ func (r *Reactor) processCh(ch *p2p.Channel, chName string) {
Err: err,
}
}
case <-r.closeCh:
r.Logger.Debug(fmt.Sprintf("stopped listening on %s channel; closing...", chName))
return