goproxy icon indicating copy to clipboard operation
goproxy copied to clipboard

GoProxy is a ReverseProxy / LoadBalancer helper for Golang

Results 2 goproxy issues
Sort by recently updated
recently updated
newest added

```go if err != nil {   reg.Failure(serviceName, serviceVersion, endpoint, err)   // Failure: remove the endpoint from the current list and try again.   endpoints = append(endpoints[:i], endpoints[i+1:]...)   continue } ``` This...

Hello, I'm using your code and when I got the logic working for my service, I noticed that it would only connect to one of the nodes I wanted to...