We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00fe51d commit 801c23cCopy full SHA for 801c23c
packages/powersync_core/lib/src/database/native/native_powersync_database.dart
@@ -438,7 +438,7 @@ Future<void> _syncIsolate(_PowerSyncDatabaseIsolateArgs args) async {
438
}
439
440
441
- localUpdatesSubscription = db!.updates.listen((event) {
+ localUpdatesSubscription = db!.updatesSync.listen((event) {
442
updatedTables.add(event.tableName);
443
444
updateDebouncer ??=
0 commit comments