KallDrexx / rust-media-libs

Rust based libraries for misc media functionality
Apache License 2.0
229 stars 58 forks source link

Simplify connection_id handling #40

Closed Christiaan676 closed 1 year ago

Christiaan676 commented 1 year ago

Iterate over connections.iter_mut() to get the connection_id and connection. In stead of storing the connection_ids in a HashMap.