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

Nested clusters get jumbled from service to client #378

Closed
BrandtSwanson opened this issue Aug 29, 2024 · 2 comments
Closed

Nested clusters get jumbled from service to client #378

BrandtSwanson opened this issue Aug 29, 2024 · 2 comments
Assignees
Labels
type: bug Something isn't working

Comments

@BrandtSwanson
Copy link

BrandtSwanson commented Aug 29, 2024

There is an issue when populating a response with repeated messages. array_0 should have 1,2,3,4 and array_1 should have 5,6,7,8, but all the data ends up in array 0.

Here is the proto file:
Proto

Here you can see how the response is populated:
GetStatus

Here is how the response shows up on the client side:
Response

AB#2842884

@jasonmreding
Copy link
Collaborator

Setting EfficientMessageCopy = FALSE in feature_config.ini will avoid this problem until bugs in the "efficient" code path can be fixed.

@jasonmreding
Copy link
Collaborator

This should be fixed in #387

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants