Skip to content

Cyclic dependency support #107

Description

@ppcamp

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions