twilight-rs / twilight

Powerful, flexible, and scalable ecosystem of Rust libraries for the Discord API.
https://discord.gg/twilight-rs
ISC License
652 stars 130 forks source link

fix(gateway-queue): don't panic after rebalancing #2315

Closed vilgotf closed 6 months ago

vilgotf commented 6 months ago
Gelbpunkt commented 6 months ago

Could we perhaps add a regression test to twilight-gateway-queue for this?

vilgotf commented 6 months ago

It's not a logic bug, but an erroneous debug_assert!

Gelbpunkt commented 6 months ago

It's not a logic bug, but an erroneous debug_assert!

Oh, sleepy me missed that.