@@ -60,15 +60,15 @@ type Broker struct {
c *kgo.Client
connected *atomic.Uint32
done chan struct{}
kopts []kgo.Opt
subs []*Subscriber
opts broker.Options
sync.RWMutex
init bool
}
func (r *Broker) Live() bool {
The note is not visible to the blocked user.