I\'m trying to trigger a callback when all my observables are executed. In my other, older project i used finally like so and that worked like a charm:
finally
Are you sure one of combined Observables actually completes? With either .complete or .error?
Observable
.complete
.error
If none of the combined Observables completes, finally will never be called.