You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #3 from rewardStyle/creator-app-ios/bug/sc-295505/…
…creator-app-failing-unit-tests
Fix: TaskPipe: Return on DispatchQueue, defaults to main
Fix throwing in init(resolver:) => warning
The Resolver deallocated pending, so it led to the pending promise warning.
Aside: this of course means that we don’t warn for pending Guarantees or AnyPromises.
Fixesmxcl#799