emabee / flexi_logger

A flexible logger for rust programs that can write to stderr, stdout, and/or to log files
Apache License 2.0
307 stars 50 forks source link

Fix flusher thread 100% cpu usage #94

Closed leishiao closed 3 years ago

leishiao commented 3 years ago

when _ is used, the sender of the channel is dropped immediately, causing recv_timeout returns an error immediately, then cpu usage is 100%.

emabee commented 3 years ago

Good catch, thanks!

emabee commented 3 years ago

Is shipped now with 0.19.4