@@ -8,11 +8,14 @@ import (
)
type event struct {
ctx context.Context
topic string
err error
sync.RWMutex
msg *broker.Message
ack bool
}
The note is not visible to the blocked user.