zeromq / netmq

A 100% native C# implementation of ZeroMQ for .NET
Other
2.94k stars 742 forks source link

Init MQ Faild. #1019

Open Tearies opened 2 years ago

Tearies commented 2 years ago

Environment

NetMQ Version: 4.0.0.156
Operating System: Windows10
.NET Version:  4.6.2

错误信息: 通常每个套接字地址(协议/网络地址/端口)只允许使用一次。 127.0.0.1:57501 在 System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) 在 System.Net.Sockets.Socket.Connect(EndPoint remoteEP) 在 NetMQ.Core.Utils.Signaler..ctor() 在 NetMQ.Core.Mailbox..ctor(String name) 在 NetMQ.Core.Ctx..ctor() 在 NetMQ.NetMQConfig.get_Context() 在 NetMQ.NetMQSocket..ctor(ZmqSocketType socketType, String connectionString, DefaultAction defaultAction). 可以确定的是:57501端口肯定没有程序使用.