Skip to content

paginator: Recreated the `next` query on error

Corentin Noël requested to merge tintou/retry-on-error into main

If we want to retry getting the next element, we need a new Future as we would otherwise re-run the same future and thus hitting a "async fn resumed after completion" error

Signed-off-by: Corentin Noël corentin.noel@collabora.com

Merge request reports