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
after .bind(), it works.
Why is that? How can I wait for the bind to be over before sending the message, without relying on an hardcoded time delay?
Is there an .async_wait of some kind?
Thanks.
The text was updated successfully, but these errors were encountered:
Thanks, I studied the underlying syscalls with strace and I realised the client needs to subscribe before getting data. It makes sense.
Do you think 200ms is a 100% safe delay? Or should I wait 1000ms, as in the example?
Hi, I'm trying your library and I see a strange issue.
If I do this:
the message is never received by the subscriber.
If I add a
after .bind(), it works.
Why is that? How can I wait for the bind to be over before sending the message, without relying on an hardcoded time delay?
Is there an .async_wait of some kind?
Thanks.
The text was updated successfully, but these errors were encountered: