poll_updates still needs to return when there are changes in order to update the UI

This commit is contained in:
2024-02-11 09:02:40 +01:00
parent 11bf79e95e
commit e7f3eeb331
3 changed files with 53 additions and 59 deletions

View File

@ -64,7 +64,7 @@ impl Buffer for LogBuffer {
BufferId::Log
}
async fn poll_updates(&mut self) {
async fn poll_updates_once(&mut self) {
let line = self
.receiver
.recv()