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

Fix connection comments #394

Merged
merged 4 commits into from
May 17, 2018
Merged

Fix connection comments #394

merged 4 commits into from
May 17, 2018

Conversation

julianoes
Copy link
Collaborator

This is following up on @hamishwillee's comments in #375 .

We need to remove the default for the TCP connection because this will
lead to ambiguous function calls if add_tcp_connection() without any
arguments is called which could then be either of the two overloaded
methods.

When using add_tcp_connection with two arguments, the IP needs to be
specified, otherwise one could use add_tcp_connection with one argument.
Copy link
Collaborator

@hamishwillee hamishwillee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, or at least consistent - thanks.

@JonasVautherin JonasVautherin merged commit 52b02ba into develop May 17, 2018
@JonasVautherin JonasVautherin deleted the fix-connection-comments branch May 17, 2018 13:11
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.

3 participants