kixelated / moq-rs

Rust library for Media over QUIC
Apache License 2.0
355 stars 53 forks source link

Fix the object reader panic. #149

Closed kixelated closed 3 months ago

kixelated commented 3 months ago

I forgot that clear was called on each new group.

@AmadeusWM

AmadeusWM commented 3 months ago

Works great, no more panics!