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

Update for the app services split branch #8539

Merged
merged 1 commit into from Apr 29, 2024
Merged

Conversation

tgoyne
Copy link
Member

@tgoyne tgoyne commented Apr 8, 2024

@tgoyne tgoyne added no-changelog no-jira-ticket Skip checking the PR title for Jira reference labels Apr 8, 2024
@tgoyne tgoyne self-assigned this Apr 8, 2024
@cla-bot cla-bot bot added the cla: yes label Apr 8, 2024
@tgoyne tgoyne force-pushed the tg/app-services-split branch 2 times, most recently from 1f375ce to 2ea8d98 Compare April 27, 2024 03:18
@tgoyne tgoyne marked this pull request as ready for review April 27, 2024 20:40
@@ -334,16 +330,16 @@ - (instancetype)initWithApp:(std::shared_ptr<realm::app::App>&&)app config:(RLMA
- (instancetype)initWithConfiguration:(RLMAppConfiguration *)configuration {
if (self = [super init]) {
_app = RLMTranslateError([&] {
return app::App::get_app(app::App::CacheMode::Enabled, configuration.config, configuration.clientConfig);
return app::App::get_app(app::App::CacheMode::Disabled, configuration.config);
Copy link
Member

Choose a reason for hiding this comment

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

Why are we disabling the caching here? Is it because we're anyway maintaining an SDK-level cache?

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah, we never actually get a cache hit in the core cache unless something has gone wrong.

@see `RLMSyncErrorClientResetError`, `RLMSyncErrorPermissionDeniedError`

@see ```RLMSyncErrorClientResetError``, ``RLMSyncErrorPermissionDeniedError``
Copy link
Member

Choose a reason for hiding this comment

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

Looks like we have an extra backtick here

Suggested change
@see ```RLMSyncErrorClientResetError``, ``RLMSyncErrorPermissionDeniedError``
@see ``RLMSyncErrorClientResetError``, ``RLMSyncErrorPermissionDeniedError``

@tgoyne tgoyne merged commit 15380c1 into master Apr 29, 2024
136 checks passed
@tgoyne tgoyne deleted the tg/app-services-split branch April 29, 2024 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes no-changelog no-jira-ticket Skip checking the PR title for Jira reference
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants