This commit is contained in:
Anatoly Yakovenko
2018-07-02 14:46:23 -07:00
committed by Greg Fitzgerald
parent 430d9d9314
commit 2952027d04
3 changed files with 59 additions and 40 deletions

View File

@@ -228,6 +228,7 @@ fn recv_window(
let leader_id = crdt.read()
.expect("'crdt' read lock in fn recv_window")
.leader_data()
.expect("leader not ready")
.id;
while let Ok(mut nq) = r.try_recv() {
dq.append(&mut nq)