且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

为什么 zeromq 在 localhost 上不起作用?

更新时间:2023-01-15 21:26:50

The problem is at line:

subscriber.bind("tcp://localhost:5555")

try to change to:

subscriber.bind("tcp://127.0.0.1:5555")