elixir-mint / mint_web_socket

HTTP/1 and HTTP/2 WebSocket support for Mint 🌱
https://hex.pm/packages/mint_web_socket
Apache License 2.0
124 stars 14 forks source link

Add an explicit negative step to a ranger that counts down #37

Closed alco closed 5 months ago

alco commented 5 months ago

Without an explicit step this emits a warning in Elixir 1.17.

the-mikedavis commented 5 months ago

I pulled this in as 87f5ce4240b4 for the sake of backwards compatibility, but thanks for the PR!

alco commented 5 months ago

@the-mikedavis Super! Thanks for addressing this!