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
FX kindly reminded that the Subscriber must be reading on the ZMQ socket
*before* the send from the publisher to get the message. In other words,
the test failures were a perfectly expected behavior from ZMQ.
Thus, this changeset add some retry logic to give the time to the
subscriber.run coroutine to trigger a read.
0 commit comments