Comment 1 for bug 1658913

Revision history for this message
lihong (lihong) wrote :

The establishment of the connection is asynchronous in zeromq.
When completed execution acquire_connection() method in class
DealerPublisherDirect, the connection has not been established,
sending a message at this time will fail.So we need a delay 20ms
to wait for the connection establish.