From 96897094c6cad1983f5e3ce164789332f1003bdc Mon Sep 17 00:00:00 2001 From: pamera <pablo.merak@sansano.usm.cl> Date: Fri, 5 Nov 2021 19:48:53 -0300 Subject: [PATCH] actualizar ips --- Namenode/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Namenode/main.go b/Namenode/main.go index 914132b..50e3008 100644 --- a/Namenode/main.go +++ b/Namenode/main.go @@ -50,7 +50,7 @@ func checkIP(numRonda int, jugador int) string { } func (s *server) StorageData(ctx context.Context, in *pb.Data) (*pb.Estado, error) { - ipArray := [3]string{"localhost:50051", "localhost:50058", "localhost:50020"} // colocar las 3 ip distintas + ipArray := [3]string{"10.6.43.81:50051", "10.6.43.82:50058", "10.6.43.84:50020"} // colocar las 3 ip distintas numRonda := int(in.GetRonda()) jugador := int(in.GetJugador()) jugada := int(in.GetJugada()) -- GitLab