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 65d93d6 commit 5ed38b1Copy full SHA for 5ed38b1
packages/powersync_core/lib/src/sync/streaming_sync.dart
@@ -594,7 +594,8 @@ final class _ActiveRustStreamingIteration {
594
595
Future<void> syncIteration() async {
596
try {
597
- await _control('start', convert.json.encode(sync.options.params));
+ await _control(
598
+ 'start', convert.json.encode({'parameters': sync.options.params}));
599
assert(_completedStream.isCompleted, 'Should have started streaming');
600
await _completedStream.future;
601
} finally {
0 commit comments