grpc icon indicating copy to clipboard operation
grpc copied to clipboard

there is a question about "README.md"

Open tyt0223 opened this issue 4 years ago • 0 comments

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

tyt0223 avatar Jan 25 '21 10:01 tyt0223