You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test fails at the last assertion (the first empty notification is swallowed up). I’ve tried both by passing a null keypath array or just the backlink property, but the result is the same. I can see that the notifications is raised in core, but it’s practically empty (no columns, no add/delete/.. indexes).
I've managed to reproduce this also in js and dart.
The text was updated successfully, but these errors were encountered:
It seems notifications for backlinks are not being raised. I have got the following .NET test:
(https://github.com/realm/realm-dotnet/blob/6c5e5bdfd0fcc720aa7c8469612de1cb29619a68/Tests/Realm.Tests/Database/NotificationTests.cs#L209-L231)
The test fails at the last assertion (the first empty notification is swallowed up). I’ve tried both by passing a null keypath array or just the backlink property, but the result is the same. I can see that the notifications is raised in core, but it’s practically empty (no columns, no add/delete/.. indexes).
I've managed to reproduce this also in js and dart.
The text was updated successfully, but these errors were encountered: