smol-rs / async-broadcast

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

Increase inactive receiver count on Clone #14

Closed bltavares closed 3 years ago

bltavares commented 3 years ago

Cloning an InactiveReceiver should increase the inactive_count, so it can be dropped properly.

Fixes #13

zeenix commented 3 years ago

@bltavares good catch and thanks for contributing a patch. Will merge after CI passes.