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 singleton behavior for Reflection Plugin Class #370

Merged
merged 8 commits into from
Jul 26, 2024

Conversation

yash-ni
Copy link
Collaborator

@yash-ni yash-ni commented Jul 25, 2024

Fix for #356 and #361

Changes:

  1. Created a new singleton class "ProtoDescriptorString" that will save the current proto string descriptor and can be later used to initialize the reflection service.

  2. Removed singleton behavior of Reflection plugin class "LVProtoServerReflectionPlugin" so that now every server will have its own reflection service and separate descriptor pools.

src/lv_interop.cc Outdated Show resolved Hide resolved
@yash-ni yash-ni merged commit c3336ea into ni:master Jul 26, 2024
5 checks passed
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