Andrew Reed
Andrew Reed
[realmc.cpp.txt](https://github.com/realm/realm-kotlin/files/7821857/realmc.cpp.txt)
Also getting the same issue on my project. Is there anything else we need to provide to help?
for clarity i was able to reproduce in Kotlin 1.6.21 and serialization 1.3.0, so seems to be a pre-existing issue for a while.
Actually, just to add. When i set the actual full path, then the observer works fine. So this maybe a feature request instead. The ability to wildcard add observers.
I created a quick fix for my code for now: ```swift extension Configuration { public mutating func listenToRequests() { decorateRequests { resource, request in request.onFailure { _ in if let...
use 1.8.0 release please
Please rebase and resolve conflicts before can consider reviewing
can you rebase and then i can have another look at it
can you resolve the conflicts please
Fixed on 1.8.0 release