rogchap / wombat

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

Send binary metadata headers as base64 #73

Open Horneth opened 2 years ago

Horneth commented 2 years ago

I attempted to send binary metadata headers encoded as base64 but couldn't deserialize the value properly on the server side. I might have done something wrong but could I get confirmation whether this is even theoretically supposed to work with the current implementation ? And if not is it something we could add ? :)

Cheers