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

REP bind error #16

Closed
arisliang opened this issue Mar 5, 2015 · 2 comments
Closed

REP bind error #16

arisliang opened this issue Mar 5, 2015 · 2 comments

Comments

@arisliang
Copy link

I used the latest source in the hello world project. For hwserver.cs (https://github.com/imatix/zguide/blob/master/examples/C%23/hwserver.cs), the REP socket's bind statement issues ZException with message {"(100): Address in use"}.

Please help.

@metadings
Copy link
Member

Well that means you have a program running on that port. Also you can't run Interrupt and HWServer together, because not two programs can bind the same port.
Please change the code to run on another port!

@arisliang
Copy link
Author

Yesterday, when using F5 in VS to run, it first has the file not found (libzmq.dll) error, then it has Address in use exception. Today F5 in VS consistently has the file not found error.

If rebuild first, then run from debug folder directly instead of inside VS, it seems running fine now.

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

2 participants