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

OperationDispatcher: add support for "long" delays #3168

Merged
merged 2 commits into from
Sep 8, 2023
Merged

Conversation

NachoSoto
Copy link
Contributor

See also RevenueCat/purchases-android#1017.
This will be used for dispatching paywall events.

See also RevenueCat/purchases-android#1017.
This will be used for dispatching paywall events
@NachoSoto NachoSoto added the perf label Sep 7, 2023
@NachoSoto NachoSoto requested a review from a team September 7, 2023 23:22
Copy link
Contributor

@tonidero tonidero left a comment

Choose a reason for hiding this comment

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

Looks great!

@NachoSoto NachoSoto merged commit 456225a into main Sep 8, 2023
@NachoSoto NachoSoto deleted the delay-long branch September 8, 2023 14:28
NachoSoto added a commit that referenced this pull request Sep 8, 2023
This uses the new `Delay.long` (#3168) to flush events on app foreground.

Also added more tests.
NachoSoto added a commit that referenced this pull request Sep 8, 2023
This uses the new `Delay.long` (#3168) to flush events on app foreground.

Also added more tests.
NachoSoto added a commit that referenced this pull request Sep 11, 2023
This uses the new `Delay.long` (#3168) to flush events on app foreground.

Also added more tests.
NachoSoto added a commit that referenced this pull request Sep 11, 2023
This uses the new `Delay.long` (#3168) to flush events on app foreground.

Also added more tests.
NachoSoto added a commit that referenced this pull request Sep 12, 2023
This uses the new `Delay.long` (#3168) to flush events on app foreground.

Also added more tests.
NachoSoto added a commit that referenced this pull request Sep 13, 2023
This uses the new `Delay.long` (#3168) to flush events on app foreground.

Also added more tests.
NachoSoto pushed a commit that referenced this pull request Sep 14, 2023
**This is an automatic release.**

### Bugfixes
* Fix runtime crash in SK2TransactionListener in iOS < 15 (#3206) via
Toni Rico (@tonidero)
### Performance Improvements
* `OperationDispatcher`: add support for "long" delays (#3168) via
NachoSoto (@NachoSoto)
### Other Changes
* `Integration Tests`: add tests for ghost transfer behavior (#3135) via
NachoSoto (@NachoSoto)
* `Xcode`: removed `purchases-ios` SPM reference (#3166) via NachoSoto
(@NachoSoto)
* `Integration Tests`: another flaky failure (#3165) via NachoSoto
(@NachoSoto)
* `Integration Tests`: fix flaky test failure due to leftover
transaction (#3167) via NachoSoto (@NachoSoto)
* `Xcode 13`: removed last `Swift 5.7` checks (#3161) via NachoSoto
(@NachoSoto)
* `Integration Tests`: improve flaky tests (#3163) via NachoSoto
(@NachoSoto)
* `Codable`: improved decoding errors (#3153) via NachoSoto (@NachoSoto)
* Refactor: extract `HealthOperation` (#3154) via NachoSoto (@NachoSoto)
* `Xcode 13`: remove conditional code (#3147) via NachoSoto (@NachoSoto)
* `CircleCI`: change all jobs to use `Xcode 14.x` and replace
`xcode-install` with `xcodes` (#2421) via NachoSoto (@NachoSoto)
@vegaro vegaro added pr:other and removed pr:perf labels Sep 17, 2024
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.

3 participants