Open uixiu opened 6 months ago
➤ PM Bot commented:
Jira ticket: RNET-1146
When I compile my project against x64, the program behaves as expected
Going back to x86, causes collections bindings and SubscribeForNotifications
issues reappear.
Are you running the x86 version on an x86 machine or on a x64 one?
Are you running the x86 version on an x86 machine or on a x64 one?
Thanks for your reply I am running the x86 version on an x64 machine (Windows 11-x64, intel 12900H processor)
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