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

TestTcpSocketWriter.TestEventsQueuedWhileWaitingForInitialConnection was false positive #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

delixfe
Copy link

@delixfe delixfe commented Mar 11, 2016

If the TcpSocketWriter cannot connect to the server then it blocks the calling thread until it can connect...

According to the unit test TestEventsQueuedWhileWaitingForInitialConnection that should not happen. But the unit test was a false positive. It opened a listener to extract the port number, but never closed the listener. Thus a listener was available ...

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

Successfully merging this pull request may close these issues.

1 participant