External references are not shown when revision is not "master" or is "HEAD"
- Truncate descriptions
Created by: felixfbecker
I am returning an Observable from my (single) references provider. It is first emitting local references, then as external references are found, adds chunks of them and emits a new array (concatenated with the new references).
The local references are shown, but the external references are not.
Here's the log file from the console:
Search for EMITTING VALUE
and note COMPLETE
only appears at the very end.
These logs were done at the direct calls to observer.next()
and observer.complete()
.
The Observable is not unsubscribed from, that would cause another log UNSUBSCRIBED
. Also the loading spinner is there until COMPLETE
is logged.
This worked yesterday when I posted the demo gif in Slack.
(All access tokens in the logs are only to my localhost instance).

