You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NetMQ Version: last version
Operating System: win 2019
.NET Version: net 6
I'm using NetMQ to build an application based on the Pub/Sub design pattern. When I run the publisher on a specific port and connect to it with the subscriber, I've noticed that ZMQ is consuming more than 50 dynamic ports. After running multiple instances of my application, I've exhausted all the available dynamic ports on my machine, leading to an "address in use" exception.
Is there a way to limit the number of ports used by ZMQ?
The text was updated successfully, but these errors were encountered:
NetMQ Version: last version
Operating System: win 2019
.NET Version: net 6
I'm using NetMQ to build an application based on the Pub/Sub design pattern. When I run the publisher on a specific port and connect to it with the subscriber, I've noticed that ZMQ is consuming more than 50 dynamic ports. After running multiple instances of my application, I've exhausted all the available dynamic ports on my machine, leading to an "address in use" exception.
Is there a way to limit the number of ports used by ZMQ?
The text was updated successfully, but these errors were encountered: