Skip to content

Commit 801c23c

Browse files
committed
Sync isolate: Use updatesSync
1 parent 00fe51d commit 801c23c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/powersync_core/lib/src/database/native/native_powersync_database.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ Future<void> _syncIsolate(_PowerSyncDatabaseIsolateArgs args) async {
438438
}
439439
}
440440

441-
localUpdatesSubscription = db!.updates.listen((event) {
441+
localUpdatesSubscription = db!.updatesSync.listen((event) {
442442
updatedTables.add(event.tableName);
443443

444444
updateDebouncer ??=

0 commit comments

Comments
 (0)