Call tile_unavailable if request fails

This commit is contained in:
Maximilian Ammann 2022-03-31 19:11:03 +02:00
parent 4849718ca8
commit 2f517cce6b

View File

@ -81,7 +81,7 @@ pub mod scheduler {
.process_tile(request_id, data.into_boxed_slice())
.unwrap();
} else {
// TODO Error
state.tile_unavailable(request_id).unwrap();
}
});
}