Kraigie / nostrum

Elixir Discord Library
https://kraigie.github.io/nostrum/
MIT License
589 stars 125 forks source link

fix key error in ratelimiter #606

Closed Th3-M4jor closed 2 weeks ago

Th3-M4jor commented 2 weeks ago

Came across this while trying to chase down an unrelated issue for a user where requests would just hang, and never complete.

Th3-M4jor commented 2 weeks ago

This probably never came up before because it can only happen when the :gun connection closes while we had a request in flight

jchristgit commented 2 weeks ago

Thank you for the fix!

Hm, is the issue you're describing similar to #533? I haven't yet been able to figure out why this could happen...

jchristgit commented 2 weeks ago

Thanks!