Dicky Suryadi

Results 12 comments of Dicky Suryadi

Indeed, PushUpdates by design will send updates from all active view models. In your case, you may need to implement synchronization between the multiple PushUpdates, or in the long-running function,...

This was designed this way to ensure multiple view models stay in sync with each other. For example, in a list-detail pattern, a list selection change must also trigger the...