reconcileAndLocalSaveOperationSink get overwritten #755
Labels
bug
Something isn't working
datastore
Issues related to the DataStore category
pending-release
Code has been merged but pending release Code has been merged but pending release
Describe the bug
In
AWSModelReconciliationQueue
class:whenever comes a
remoteModel
, it creates areconcileOp
and subscribes to thereconcileOp.publisher
. ButreconcileAndLocalSaveOperationSink
will keep being replaced by newerreconcileOp.publisher.sink()
and cause an issue to receive only onemutationEvent
.Related customer issue: #598
Expected behavior
reconcileAndLocalSaveOperationSink
that is able to receive everymutationEvent
emitted byreconcileAndLocalSaveOperation.publisher
reconcileAndLocalSaveOperationSink
for eachreconcileAndLocalSaveOperation
.The text was updated successfully, but these errors were encountered: