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

Remove RequestHandlerFactory in C++ #1789

Merged
merged 3 commits into from
Feb 12, 2024

Conversation

bernardnormier
Copy link
Member

This PR removes the RequestHandlerFactory in C++.

Its only purpose is (was) to ensure multiple calls with equal (but not identical) proxies (when cache connection is true) would use the same connection (really connect request handler).

As the test update shows, it really only affected serialization with oneway proxies.

Copy link
Member

@pepone pepone 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

Copy link
Member

@externl externl 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!

@bernardnormier bernardnormier merged commit af29182 into zeroc-ice:main Feb 12, 2024
19 checks passed
@bernardnormier bernardnormier deleted the xrequesthandlerfactory branch May 10, 2024 23:43
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