Closed allencloud closed 7 years ago
When I was learning runV, I found that in a place maybe func name NewServer is a little bit more proper than StartServer.
NewServer
StartServer
Since the function only initialize a grpc server with registered grpc service, util s.Serve(l) the grpc server starts to work.
s.Serve(l)
Just with very junior background with runV, if I missed something here, please feel free to correct me. Thanks a lot.
Signed-off-by: Allen Sun shlallen1990@gmail.com
LGTM
When I was learning runV, I found that in a place maybe func name
NewServer
is a little bit more proper thanStartServer
.Since the function only initialize a grpc server with registered grpc service, util
s.Serve(l)
the grpc server starts to work.Just with very junior background with runV, if I missed something here, please feel free to correct me. Thanks a lot.
Signed-off-by: Allen Sun shlallen1990@gmail.com