rogchap / wombat

Cross platform gRPC client
MIT License
1.39k stars 52 forks source link

Does this support ANY protobuf type? #108

Open banandh opened 12 months ago

banandh commented 12 months ago

Hi - I have a proto defined with ANY as type

message Request{ google.protobuf.Any request = 1; }

message Response{ google.protobuf.Any response = 1; }

How does this tool helps with customizing this ANY object in request? I see some limitations with other gRPC client tools, wombat supports any object?