Skip to content

Commit 02b96a6

Browse files
update reconnect test
1 parent ea99fb3 commit 02b96a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ class PowerSyncDatabaseImpl
197197
logger.severe('Sync Isolate error', message);
198198

199199
// Reconnect
200-
connect(connector: connector);
200+
baseConnect(connector: connector);
201201
});
202202

203203
disconnected() {

0 commit comments

Comments
 (0)