We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 357ec63 commit 39e1da8Copy full SHA for 39e1da8
src/utils/src/pollable_channel.rs
@@ -53,7 +53,7 @@ impl<T: Send> PollableChannelReciever<T> {
53
Err(e) => return Err(e),
54
}
55
56
- Ok(data_lock.pop_back())
+ Ok(data_lock.pop_front())
57
58
59
pub fn len(&self) -> usize {
0 commit comments