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
Whenever
Topic#publish1returnsRight(()), all subscribers should receive the event. However, this is not the case whenpublish1races withclose.PR with a failing test: #3645