zeromq / zmqpp

0mq 'highlevel' C++ bindings
http://zeromq.github.io/zmqpp
Mozilla Public License 2.0
439 stars 195 forks source link

Testcase test-simple_monitor fails #244

Open ankekuestner opened 3 years ago

ankekuestner commented 3 years ago

error: in "socket/test_simple_monitor": check "tcp://0.0.0.0:0" == message.get(1) has failed [tcp://0.0.0.0:0 != tcp://127.0.0.1:46343] how can I solve that one? Thanks in advance!

YingJing commented 3 years ago

Is the problem solved?

ankekuestner commented 3 years ago

No it is not

cpipero commented 2 years ago

Same error (and I see others reporting too). I haven't dug into the test case, but the make install "succeeds" and the library gets installed. What are the consequences of this test failures (beside the obvious implication that it is not good). Thanks.

ethorn commented 2 years ago

Same error on Ubuntu 20.04.

siddhinath081 commented 2 years ago

Does this resolve by any one please update here. I'm facing same issue