tacohoekwater

Results 1 issues of tacohoekwater

The crash happens when I try to update a user object: ` await _uiRealm.WriteAsync(() => { appUser = _uiRealm.All().FirstOrDefault(); appUser.ServerVersion = value; }); _currentFrozenUser = appUser.Freeze(); ` [crash.txt](https://github.com/realm/realm-core/files/9288158/crash.txt)

O-Community
Needs-Attention