Skip to content

Commit

Permalink
More debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Melchior committed Dec 11, 2023
1 parent 1ac7434 commit 0166024
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ public class RealmImpl private constructor(
// https://github.com/realm/realm-kotlin/issues/1527
versionTracker.closeExpiredReferences()
notifierFlow.emit(UpdatedRealmImpl(this@RealmImpl))
println("Emitted update from notifier")
}
}
if (!realmStateFlow.tryEmit(State.OPEN)) {
Expand Down

0 comments on commit 0166024

Please sign in to comment.