You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use select! { delivery = consumer.next(), other future => ... }
to fetch new messages. I have tried it, and it worked like a charm.
However, I want to make sure that it is a cancellation-safe method where I won't lose any messages. Thank you.
The text was updated successfully, but these errors were encountered:
I am trying to use
select! { delivery = consumer.next(), other future => ... }
to fetch new messages. I have tried it, and it worked like a charm.
However, I want to make sure that it is a cancellation-safe method where I won't lose any messages. Thank you.
The text was updated successfully, but these errors were encountered: