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
When calling asyncIterator it doesn't immediately subscribe to redis topics, it waits until the iteration starts (next is called) to subscribe. This is unexpected behavior (checked with a few engineers). To avoid breaking changes, would you be open to adding an option that makes the subscription start (and buffer values to the queue) as soon as the iterator is created?
The text was updated successfully, but these errors were encountered:
When calling
asyncIterator
it doesn't immediately subscribe to redis topics, it waits until the iteration starts (next
is called) to subscribe. This is unexpected behavior (checked with a few engineers). To avoid breaking changes, would you be open to adding an option that makes the subscription start (and buffer values to the queue) as soon as the iterator is created?The text was updated successfully, but these errors were encountered: