KallDrexx / rust-media-libs

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

Updated setting connection ID in Connection #43

Closed Christiaan676 closed 1 year ago

Christiaan676 commented 1 year ago

Replaces the connection_id: Option<usize> with connection_id: usize in Connection though i am note sure why the connection ID is stored in the Connection as it is never used. So removing it all together would also be an option...