rogchap / wombat

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

I can not chose service #19

Open yangwenmai opened 3 years ago

yangwenmai commented 3 years ago

image

Use v0.2.1

rogchap commented 3 years ago

Your Service Descriptors have not been parsed. You need to either use the Reflection API (if enabled on your server) or select the *.proto files from disk in the workspace settings.

Hope this helps.