JZWen
Results
1
issues of
JZWen
`// fromOpenToHalfOpen updates circuit breaker state machine from open to half-open. // Return true only if current goroutine successfully accomplished the transformation. func (b *circuitBreakerBase) fromOpenToHalfOpen(ctx *base.EntryContext) bool { if...