workers2.properties配置有点问题 ,
# more workers2.properties
[channel.socket:localhost:8009]
port=8009
host=localhost
我把 host=localhost 变成 host=127.0.0.1 ,问题即可解决了
# more workers2.properties
[channel.socket:localhost:8009]
port=8009
host=localhost
我把 host=localhost 变成 host=127.0.0.1 ,问题即可解决了