Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: don't detect :rand.uniform(_real) in retry #281

Merged
merged 2 commits into from Nov 30, 2022

Conversation

wingyplus
Copy link
Contributor

The :rand.uniform_real introduced in OTP 21. This library support Elixir since 1.11. So the :rand.uniform_real/0 should always present.

Ref: https://hexdocs.pm/elixir/1.14.1/compatibility-and-deprecations.html

The :rand.uniform_real introduced in OTP 21. This library support
Elixir since 1.11. So the :rand.uniform_real/0 should always present.

Ref: https://hexdocs.pm/elixir/1.14.1/compatibility-and-deprecations.html
@polvalente polvalente merged commit c1c8446 into elixir-grpc:master Nov 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants