I have a tokio::sync::mpsc::channel
open and the receiver’s is_empty()
method is returning false
when len()
method is returning 0
.
This only happens after 32 loops. Weird.
Anyone have ideas on why this might be happening?
I have a tokio::sync::mpsc::channel
open and the receiver’s is_empty()
method is returning false
when len()
method is returning 0
.
This only happens after 32 loops. Weird.
Anyone have ideas on why this might be happening?