Hello all! If I want to get updates via Realtime, ...
# help
d
Hello all! If I want to get updates via Realtime, what's the difference between stream vs on.subscribe?
n
Hello @DanMossa! This thread has been automatically created from your message in #843999948717555735 a few seconds ago. We have already mentioned the @User so that they can see your message and help you as soon as possible! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ``...`` menu) and select "Leave Thread" to unsubscribe from future updates. Want to change the title? Use the ``/title`` command! We have solved your problem? Click the button below to archive it.
🆕 Stream vs Subscribe
g
I think stream is a concept in dart/flutter that combines .on.subscribe with a data flow pattern for inserts/deletes into the stream. Normally in the other clients I have seen you roll your own from .on.subscribe.
n
Stream vs Subscribe
d
Oh interesting. So it's a language specific implementation. Neat. Thanks