Currently we do not take into account that a autoupdate subscription could fail. This got relevant now with the ability to pause the autoupdate service.
Especially the implementation of ModelRequestService.waitSubscriptionReady could be improved to be more error resistant. Also usages of ModelRequestService.fetch currently all ignore that the promise could be rejected.
This issue needs to be addressed before things like loading bars in list views or similar things can be implemented.
Currently we do not take into account that a autoupdate subscription could fail. This got relevant now with the ability to pause the autoupdate service.
Especially the implementation of
ModelRequestService.waitSubscriptionReadycould be improved to be more error resistant. Also usages ofModelRequestService.fetchcurrently all ignore that the promise could be rejected.This issue needs to be addressed before things like loading bars in list views or similar things can be implemented.