Skip to content

Commit f3c1a0a

Browse files
committed
Don't make connectInternal suspending
1 parent 0968fd0 commit f3c1a0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/commonMain/kotlin/com/powersync/db/PowerSyncDatabaseImpl.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ internal class PowerSyncDatabaseImpl(
166166
}
167167

168168
@OptIn(FlowPreview::class)
169-
internal suspend fun connectInternal(
169+
internal fun connectInternal(
170170
stream: SyncStream,
171171
crudThrottleMs: Long,
172172
) {

0 commit comments

Comments
 (0)