We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SessionWrapper reads the state of the SubscriptionStore when it is created, but this state can change after a client reset (when then state of existing subscription may change, in addition to new subscriptions being created and old subscriptions being removed). This can cause a crash with realm::KeyNotFound when trying to update a subscription which does not exist anymore (https://evergreen.mongodb.com/task_log_raw/realm_core_stable_ubuntu2004_arm64_baas_integration_tests_patch_0857dbdf5a6c063df776790cccba4a57fdb25e2d_653d959a2fbabe3ddbb485a2_23_10_28_23_14_53/0?type=T&text=true).
The text was updated successfully, but these errors were encountered:
danieltabacaru
No branches or pull requests
SessionWrapper reads the state of the SubscriptionStore when it is created, but this state can change after a client reset (when then state of existing subscription may change, in addition to new subscriptions being created and old subscriptions being removed). This can cause a crash with realm::KeyNotFound when trying to update a subscription which does not exist anymore (https://evergreen.mongodb.com/task_log_raw/realm_core_stable_ubuntu2004_arm64_baas_integration_tests_patch_0857dbdf5a6c063df776790cccba4a57fdb25e2d_653d959a2fbabe3ddbb485a2_23_10_28_23_14_53/0?type=T&text=true).
The text was updated successfully, but these errors were encountered: