Hi, everyone,
i run into a strange problem:
- a grpc server (own process) with a service api is registered and running with a unix socket
- a separate grpc client inside a another "client"-service (process) call this server successfully, all fine
- after a complete
"client"-service restart, this separate grpc client call fails with: "rpc error: code = Unimplemented desc = unknown service ..."
- if i now restart the grpc server, the already restarted client can call again this provided grpc service successfully
It seems for me as a grpc registry usage error / issue ?!
Have anyone a idea or suggestion pls ?
Thanks & Greetings Steffen