rogchap / wombat

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

Feature Request: google.protobuf.FieldMask support #84

Open levtul opened 2 years ago

levtul commented 2 years ago

Despite the fact that many well-known types are already being supported, google.protobuf.FieldMask still gets a syntax error when you try to use it in request. image Previously mentioned by @oheyzhiwei in https://github.com/rogchap/wombat/issues/13#issuecomment-999425574_

rarguelloF commented 2 years ago

Having same issue 😢 Is there any workaround?

levtul commented 2 years ago

To send FieldMask in messages I use Evans or BloomRPC, but they have their own limitations in other features :(