continuously listen on a topic? #96
Unanswered
mihailacusteanu
asked this question in
Q&A
Replies: 1 comment
-
So how to do this? How to listen to messages continuously? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I continuously listen to a topic?
This type of code works fine when I already have messages in the queue, but If after the initial call of this code if I receive other messages, the messages don't get processes.
Is this the way the library should work? I am missing something? should the code live in a special object? I haven't touched OOP in a while and I am new to flutter/dart.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions