prediction: always refresh after each iteration
This commit is contained in:
@@ -299,6 +299,8 @@ impl Session {
|
|||||||
} else {
|
} else {
|
||||||
log::info!("No messages were received! Trying again.");
|
log::info!("No messages were received! Trying again.");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
self.refresh();
|
||||||
}
|
}
|
||||||
self.activity_notify.send_if_modified(|x| { if *x { *x = false; true } else { false }});
|
self.activity_notify.send_if_modified(|x| { if *x { *x = false; true } else { false }});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user