diff --git a/core/bloombits/matcher.go b/core/bloombits/matcher.go index f2a8bda17c..49ed8d4dfd 100644 --- a/core/bloombits/matcher.go +++ b/core/bloombits/matcher.go @@ -634,7 +634,7 @@ func (s *MatcherSession) Multiplex(batch int, wait time.Duration, mux chan chan s.errLock.Lock() s.err = result.Error s.errLock.Unlock() - s.Close() + //s.Close() } s.deliverSections(result.Bit, result.Sections, result.Bitsets) }