initial gRPC testing

main
KeeganForelight 2 years ago
parent ac7e27be88
commit cccd9d085f

Binary file not shown.

Binary file not shown.

@ -9,7 +9,7 @@ import (
pb "FRMS/internal/pkg/grpc"
)
var Reactors = []string{"192.168.1.156"}
var Reactors = []string{"192.1.168.156"}
func main() {
// lets get this bread
@ -38,7 +38,7 @@ func pingReactors(id string) {
if err != nil {
fmt.Println(err)
}
fmt.Printf("Reactor %v active", resp.Id)
fmt.Printf("Reactor %v active\n", resp.Id)
time.Sleep(3 * time.Second)
}

Loading…
Cancel
Save