How to listen data in stream, while write it at the same time #2937
Unanswered
lucasjinreal
asked this question in
Q&A
Replies: 1 comment 1 reply
-
There are always going to be a few cycles of stream emissions -> updates -> emissions with these setups, but it should be possible to at least not make them endless. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I have a code like this:
It basically reads data from drift db, which returns a stream, my data needs to update in real time, so I listen it as stream to update it.
But I need to write it when query it, but this got me crazy: when write it will update, caused a little cycle problem.
Does there any elegant way to deal with this situation/.
Beta Was this translation helpful? Give feedback.
All reactions