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

Cyclic dependency support #107

Open
ppcamp opened this issue Mar 14, 2023 · 0 comments
Open

Cyclic dependency support #107

ppcamp opened this issue Mar 14, 2023 · 0 comments

Comments

@ppcamp
Copy link

ppcamp commented Mar 14, 2023

I was testing the program locally, altough, when I try to use a specific method (that depends on a payload with "recursion"), the wombat fails and doesn't even allow to make the request.

Example of proto

message A {
   string name = 1;
   repeated A childs = 2;
}

message B {
   A a_element = 1;
}

When I tried this same method (which relies on this B message) in other clients, it works properly (such as Kreya, Bloom or gRPCui). In wombot, otherwise, it shows unable to parse proto descriptors: cyclic data detected: B→ B when I select the method.

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

No branches or pull requests

1 participant