rogchap / wombat

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

How to test bytes? #86

Closed loeffel-io closed 2 years ago

loeffel-io commented 2 years ago

Hello,

i try to send a uuid via bytes to my grpc server:

Bildschirmfoto 2022-04-13 um 20 43 33

how i would do that? maybe i am dump, tried already tools like https://onlineutf8tools.com/convert-utf8-to-bytes and so on

thanks and have a great day ❤️

loeffel-io commented 2 years ago

answer: encode the string to base64 ✌️