Closed bemyak closed 1 year ago
NVW, this is a ØMQ's quirk. What happens is the message is sent to PUB, but since the subscriber is not actively listening, the message is discarded.
The fix is to run the publisher in a separate task with a small initial delay.
Hi,
I've combined the
publish
andsubscribe
examples into one and it doesn't work, the subscriber just blocks indefinitely.Could you please help me investigate what's wrong?