ciampion opened a new issue, #2541:
URL: https://github.com/apache/dubbo-go/issues/2541

   ### Environment
   
   <!-- 
   - Server: Dubbo-go, v3.0.5
   - Client: Dubbo-go, v3.0.5
   - Protocol: Triple
   - Registry: Nacos, v2.0.0
   -->
   
   - Server: 
   - Client: 
   - Protocol: 
   - Registry: 
   
   ### Issue description
   
   eg ,https://github.com/apache/dubbo-go/blob/main/cluster/loadbalance/util.go
   
![image](https://github.com/apache/dubbo-go/assets/8652617/1be9c39c-a9bc-4d19-a289-e2feb33562eb)
   
   为什么不是 
   
   if ww := float64(uptime) / (float64(warmup) / float64(weight)); ww < 1 {
   .....
   }
   
   <!-- Here is a brief description about the issue. -->
   
   ### Logs
   
   <details><summary>Click me to check logs</summary>
   
   ```
   Copy logs to here.
   ```
   
   </details>
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to