-
Notifications
You must be signed in to change notification settings - Fork 165
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
RealmResults (from Realm live queries) no longer notify UI observers #3602
Comments
➤ PM Bot commented: Jira ticket: RNET-1146 |
When I compile my project against x64, the program behaves as expected |
Are you running the x86 version on an x86 machine or on a x64 one? |
Thanks for your reply |
Okay, I can reproduce this running x86 on Arm64 - will try and investigate further. |
What happened?
I am not sure if this is a bug or a feature side effect, anyway I'm building a significant product feature (live queries) based on the previous version's behavior. Feel free to change Label accordingly.
This is a miniature project for example usage
Consider the attached code snippets or linked example project;
Before version 12.0.0 ( <= 11.7.0), when adding or deleting objects to database, the list box is populated and updated correctly,
When upgraded to version 12.0.0 or above, the listbox is neither populated nor updated after object removal. On my full-fledged project, list boxes and data grids are sometimes populated, but are not always updated after deletions.
Repro steps
Compile and run linked example projects(Visual Studio 2022 is required for WinUI )
Version
12.1.0
What Atlas Services are you using?
Local Database only
What type of application is this?
Other
Client OS and version
Windows 11 Pro 23H2 - 22631.3447
Code snippets
Stacktrace of the exception/crash you're getting
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: