I’m just answering my own question here in case an...
# squarelibraries
t
I’m just answering my own question here in case anyone else is interested. But, I’m guessing part of the problem, is I’m leaving the observer app (App B), to make a change in the producer app (App A). So the change is made while App B is in the background. Then I return to App B, and it takes ~10 seconds. Maybe if App B was in the foreground when the change occurred, the delay would be smaller. In any case, if I need a more immediate answer, I could just execute the query in
onResume()
or something.