hello,
i am trying to debug using grpc over unix domain socket on linux.
the server (in c++) starts and creates the sockets and the Wait API call is
waiting.
the client (in go) also connects fine:
conn, err := grpc.Dial("unix:///....)
if err != nil {
/// ...
}
err is nil so i assume connection works fine. fwiw i use "nc" to connect to
it and it works fine as well.
however, when making an rpc call, it returns "all SubConns are in
TransientFailure".
how do i debug this ? any pointers will help. thanks.
--
You received this message because you are subscribed to the Google Groups
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/grpc-io/27f1d9e3-46aa-44f4-b285-7e5497288bf7n%40googlegroups.com.