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

Address in use #133

Open
ukkiwisurfer opened this issue May 9, 2013 · 0 comments
Open

Address in use #133

ukkiwisurfer opened this issue May 9, 2013 · 0 comments

Comments

@ukkiwisurfer
Copy link

I'm getting a persistant issue under Windows 7, (CLR 4) that if I run unit tests back to back, I get an Address in use error when I attempt to bind a socket to tcp://127.0.0.1:9100. I am running v3 RC 1 of the library which I installed using Nuget package manager.

I am using a PULL type socket for the server node which is running in a dedicated Thread. If I run the unit test as a standalone test, it passes. (A message is sent from a client to the server). However if I run two tests back to back I get the above error.

I've identified that it is the act of Send or SendFrame that seems to give rise to the error. I am disposing of both context and socket as well as unbind on the server side, yet I still get this error. If I specify a NoWait option on the socket I don't get the error, but then again I don't get any messages either.

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