Whenever `Topic#publish1` returns `Right(())`, all subscribers should receive the event. However, this is not the case when `publish1` races with `close`. PR with a failing test: #3645