smol-rs / async-broadcast

Async broadcast channels
Apache License 2.0
160 stars 26 forks source link

Fix: Close channel if the last receiver to drop is inactive #15

Closed aWeinzierl closed 3 years ago

aWeinzierl commented 3 years ago

Before, the channel wasn't closed if the last receiver to drop is inactive

zeenix commented 3 years ago

@aWeinzierl Many thanks!

zeenix commented 3 years ago

@aWeinzierl just FYI, I rolled out 0.3.3 release with your fix.