Hi all,
I'm playing with google cloud and grpc.
I deployed a little server in a google cloud container and I created a VMs in the cloud to run the client code.
When I try to execute the client i have this warning:
I0328 20:56:42.303656348 1784 socket_utils_common_posix.c:148] Disabling AF_INET6 sockets because ::1 is not available.
I'm able to run my test and everything works fine but it seems there is a problem somewhere.
Thanks.
Diego