You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(datastore): change OutgoingMutationQueue use TaskQueue for state transitions (#3720)
* fix(datastore): change OutgoingMutationQueue use TaskQueue for state transition
* Update AmplifyPlugins/DataStore/Sources/AWSDataStorePlugin/Sync/MutationSync/OutgoingMutationQueue/OutgoingMutationQueue.swift
Co-authored-by: Michael Law <[email protected]>
---------
Co-authored-by: Michael Law <[email protected]>
Copy file name to clipboardExpand all lines: AmplifyPlugins/DataStore/Sources/AWSDataStorePlugin/Sync/MutationSync/OutgoingMutationQueue/OutgoingMutationQueue.swift
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -27,10 +27,7 @@ final class OutgoingMutationQueue: OutgoingMutationQueueBehavior {
27
27
privateletoperationQueue:OperationQueue
28
28
29
29
/// A DispatchQueue for synchronizing state on the mutation queue
0 commit comments