crodas / microredis

Redis server implemented in rust.
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Update libraries and fix a bug in newest tokio::sync::broadcast #60

Closed crodas closed 1 year ago

crodas commented 1 year ago

The bug was pretty obscure, basically if the sender of a broadcast was drop, the receiver will start receiving empty messages right away, starving the scheduler.