fs2
fs2 copied to clipboard
The return value of Topic#publish1 is lying when there's a race condition with Topic closure
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