Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing some stuff since rc-1 #2347

Merged
merged 6 commits into from Mar 30, 2020
Merged

Fixing some stuff since rc-1 #2347

merged 6 commits into from Mar 30, 2020

Conversation

Copy link
Member

@jamesdaniels jamesdaniels commented Mar 10, 2020

Checklist

  • Issue number for this PR: #nnn (required)
  • Docs included?: (yes/no; required for all API/functional changes)
  • Test units included?: (yes/no; required)
  • In a clean directory, yarn install, yarn test run successfully? (yes/no; required)

Description

Code sample

@@ -25,10 +26,14 @@ export function createStorageRef(
keepUnstableUntilFirst: <T>(obs$: Observable<T>) => Observable<T>
): AngularFireStorageReference {
return {
getDownloadURL: () => from(ref.getDownloadURL(), schedulers.outsideAngular).pipe(
getDownloadURL: () => of(undefined).pipe(
Copy link
Member Author

@jamesdaniels jamesdaniels Mar 10, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should port these zone fixes to v5

}
// maybe this is a race condition, invoke in a timeout
// hold for 10ms while I try to figure out what is going on
setTimeout(() => {
Copy link
Member Author

@jamesdaniels jamesdaniels Mar 10, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Investigate more, if I can't find a better work around I should port to v5

@jamesdaniels jamesdaniels merged commit d91965e into master Mar 30, 2020
1 of 2 checks passed
@jamesdaniels jamesdaniels deleted the rc1-fixes branch Mar 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants