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

Reintroduce a Uri property on ConnectionFactory. #331

Merged
merged 1 commit into from
Jun 19, 2017

Conversation

kjnilsson
Copy link
Contributor

Re-introduces a Uri property in favour of the SetUri method.
Other configuration is set using properties and although the code in
SetUri is a bit more complex it makes sense to have a bit more
consistency.

[#147448071]

Fixes #330

Re-introduces a Uri property in favour of the SetUri method.
Other configuration is set using properties and although the code in
SetUri is a bit more complex it makes sense to have a bit more
consistency.

[#147448071]
fh.WriteTimeout = Math.Max(SocketWriteTimeout, RequestedHeartbeat * 1000);
// TODO: add user-provided configurator, like in the Java client
return fh;
}

public void SetUri(Uri uri)
private void SetUri(Uri uri)
Copy link
Contributor

Choose a reason for hiding this comment

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

This change is going out via a new major version, right? 5.0.0 ?

Copy link
Member

Choose a reason for hiding this comment

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

Yes, master will be 5.0 (5.0.1, to be specific, because an accidental release a few weeks ago).

Copy link
Contributor

Choose a reason for hiding this comment

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

OK. I wanted to make sure this shouldn't be Obsolete-ed first.

@michaelklishin michaelklishin merged commit 3c3827c into master Jun 19, 2017
@lukebakken lukebakken deleted the rabbitmq-dotnet-client-330 branch January 24, 2020 17:43
GitHubPang added a commit to GitHubPang/rabbitmq-dotnet-client that referenced this pull request Sep 17, 2021
@GitHubPang GitHubPang mentioned this pull request Sep 17, 2021
11 tasks
GitHubPang added a commit to GitHubPang/rabbitmq-website that referenced this pull request Sep 17, 2021
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