Replies: 2 comments 1 reply
-
I thought the issue was the Filter, so I eased up the filter to take all changes but I'm still getting this issue. It seemed to help, but I'm still seeing that sometimes changes are ignored. I've added an event handler to fire for each change to Status, which is firing consistently but still the changes may be ignored in the merged observable. There is no clear reason why the changes are ignored sometimes and not others, but it seems to either happen across an entire app session or everything works perfectly. |
Beta Was this translation helpful? Give feedback.
-
Our solution was to no longer use this library to observe changes. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In my ReactiveDeviceContext class, I am attempting to connect to multiple SourceCaches, Merge the Observables into one, and AutoRefresh the Observable when a particular property changes.
SourceCacheA is a singleton.
SourceCacheB is unique to each instance of ReactiveDeviceContext.
CreateReactiveObserver is only called once per instance of ReactiveDeviceContext
Issues:
I expect these issues are due to my own misunderstanding, but the randomness makes it very difficult to figure out what is going wrong here.
Beta Was this translation helpful? Give feedback.
All reactions