Skip to content

Reuse observables of in-flight GET requests

Daniel Gerhardt requested to merge avoid-duplicated-get-requests into master

Requests sent through AbstractCachingHttpService.fetchOnce are stored in a Map while in flight. When the method is called again using the same combination of URI and params, the stored Observable is returned.

Closes: #1155 (closed)

Edited by Daniel Gerhardt

Merge request reports