File tree Expand file tree Collapse file tree 4 files changed +10
-6
lines changed
packages/powersync_attachments_helper Expand file tree Collapse file tree 4 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -429,7 +429,7 @@ packages:
429429 path: "../../packages/powersync_attachments_helper"
430430 relative: true
431431 source: path
432- version: "0.3.1 "
432+ version: "0.3.2 "
433433 realtime_client:
434434 dependency: transitive
435435 description:
Original file line number Diff line number Diff line change 1+ ## 0.3.2
2+
3+ - Fix sync not resetting after an error is thrown
4+
15## 0.3.1
26
37- Add periodic syncing and deleting of attachments
Original file line number Diff line number Diff line change @@ -107,10 +107,10 @@ class SyncingService {
107107
108108 /// Handle downloading, uploading or deleting of attachments
109109 Future <void > handleSync (Iterable <Attachment > attachments) async {
110- if (isProcessing == true ) {
111- return ;
112- }
113-
110+ if (isProcessing == true ) {
111+ return ;
112+ }
113+
114114 try {
115115 isProcessing = true ;
116116
Original file line number Diff line number Diff line change 11name : powersync_attachments_helper
22description : A helper library for handling attachments when using PowerSync.
3- version : 0.3.1
3+ version : 0.3.2
44repository : https://github.com/powersync-ja/powersync.dart
55homepage : https://www.powersync.com/
66environment :
You can’t perform that action at this time.
0 commit comments