Bitbucket fetchDiffFiles() fetches file contents serially instead of in parallel
Created by: felixfbecker
This uses switchMap
to fetch the data serially. It should be using zip()
or forkJoin()
.
Created by: felixfbecker
This uses switchMap
to fetch the data serially. It should be using zip()
or forkJoin()
.