Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ZeroMQ C# Port Opening #135

Open
FEDESPAGNOLO opened this issue May 15, 2013 · 0 comments
Open

ZeroMQ C# Port Opening #135

FEDESPAGNOLO opened this issue May 15, 2013 · 0 comments

Comments

@FEDESPAGNOLO
Copy link

Hi all,

I'm just developing a C# client application that requests some data to some
servers.
I'm using ZeroMQ Client/Server pattern to perform this solution.

The servers are linked by wireless connection, so the connections are not
always guaranteed.
I noticed some problem using ZeroMQ when some communications expired with
the timeout.

In order to debug this problem, I created a simple project that call a
no-connected server.

http://pastebin.com/b5EnLaL4

Using a port sniffer, I noticed that a huge quantity of ports are opened
and not closed, as you can see by the attached file (shooted after
few requests).

My software scenario is:

  • Windows 7 Home Edition 64 bit
    • Microsoft C# Express 2012
  • clrzmq version 3.0 downloaded by NuGet.
  • libzmq.dll compiled in C++ on my machine.

Using google is not simple to find some C# ZeroMQ support so I hope your
experience could help me.
Thanks in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant