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

There is no reason for a subscriber to not connect to multiple publishers, so let's #223

Merged
merged 1 commit into from
Jul 27, 2017

Conversation

eile
Copy link
Contributor

@eile eile commented Jul 26, 2017

No description provided.

@eile eile force-pushed the master branch 2 times, most recently from 496ad9a to 392c106 Compare July 26, 2017 14:51
std::string("Non-fully qualified URI used for subscriber")));
}
if (uri.getScheme() == DEFAULT_SCHEMA &&
(uri.getHost().empty() || uri.getPort() == 0))
Copy link

Choose a reason for hiding this comment

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

this could read more smoothly with a helper function:

if (!isFullyQualified(uri))
{ throw }

Or replacing the whole block:
checkFullyQualified(uri);

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good point - I'll do it in #219 to avoid merge conflicts

@eile eile merged commit 580ec27 into HBPVIS:master Jul 27, 2017
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