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

Replaced not-working multiple socket functionality #43

Merged
merged 1 commit into from
Feb 20, 2014
Merged

Replaced not-working multiple socket functionality #43

merged 1 commit into from
Feb 20, 2014

Conversation

asergeyev
Copy link
Collaborator

The reason it was not working is blocking nature of ListenAndServe call. New implementation moves it into goroutine and tracks possible exceptions via "select" block.

Joe, sorry I did not check as carefully as I should first time I implemented it. Looks like I was always checking first --address and never looked that second one was not working (now it showed up in my serverspec tests).

The reason it was not working is blocking nature of ListenAndServe call. New implementation moves it into goroutine and tracks possible exceptions via "select" block.
joewalnes added a commit that referenced this pull request Feb 20, 2014
Replaced not-working multiple socket functionality
@joewalnes joewalnes merged commit a2f487e into joewalnes:master Feb 20, 2014
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.

2 participants