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 df5665a commit 3b73435Copy full SHA for 3b73435
packages/powersync_core/lib/src/sync/mutable_sync_status.dart
@@ -1,8 +1,8 @@
1
import 'dart:async';
2
3
import 'package:collection/collection.dart';
4
+import 'package:powersync_core/src/sync/instruction.dart';
5
-import 'instruction.dart';
6
import 'sync_status.dart';
7
import 'bucket_storage.dart';
8
import 'protocol.dart';
packages/powersync_core/lib/src/sync/streaming_sync.dart
@@ -248,6 +248,7 @@ class StreamingSyncImplementation implements StreamingSync {
248
}
249
250
assert(identical(_activeCrudUpload, completer));
251
+ _nonLineSyncEvents.add(const UploadCompleted());
252
_activeCrudUpload = null;
253
completer.complete();
254
});
0 commit comments