serenity-rs / songbird

An async Rust library for the Discord voice API
ISC License
394 stars 116 forks source link

Want support for v8 resume and gateway message buffering #247

Open FelixMcFelix opened 2 months ago

FelixMcFelix commented 2 months ago

From voice-gateway version 8 onwards, all received messages will include a sequence number. We will require a mechanism to account for this during connection resumption to correctly support message buffer replay.

This will require a breaking update to serenity-voice-model.