jaegertracing / jaeger-client-go

🛑 This library is DEPRECATED!
https://jaegertracing.io/
Apache License 2.0
1.39k stars 288 forks source link

Fix bug of zero credit in rate limiter #614

Open ChenX1993 opened 1 year ago

ChenX1993 commented 1 year ago

Which problem is this PR solving?

Fix the bug that zero credit per second can still grand credit for the first request.

Short description of the changes

Additional explanation

I understand the jaeger-client-go is deprecated, and no new PR request is accepted. I have to create a public PR (not need to merge) in order to patch in our own internal repo following our process.