Bluehouse-Technology / grpc

Erlang library for GRPC
Apache License 2.0
100 stars 38 forks source link

there is a question about "README.md" #16

Open tyt0223 opened 3 years ago

tyt0223 commented 3 years ago

start the server example "grpc:start_server(hello, tcp, 10000, helloworld_server, [])." it should be "grpc:start_server(hello,tcp,10000,#{'ServiceName'=> helloworld_server},[])."