@ -29,7 +29,7 @@ func (c *Client) PubSub() *PubSub {
return &PubSub{
baseClient: &baseClient{
opt: c.opt,
connPool: newSingleConnPool(c.connPool, false),
connPool: newStickyConnPool(c.connPool, false),
},
}
The note is not visible to the blocked user.