mediasoup
mediasoup copied to clipboard
[Rust] Error log “XXX closing failed on drop: Channel already closed”
Bug Report
Your environment
- mediasoup version: f1973891e792eab40ebda54deed163d04aa1ead4
- mediasoup-client version: N/A
Issue description
When dynamically creating/deleting Workers, I get a lot of “XXXXXX closing failed on drop: Channel already closed” error logs. I think this is useless with no way to fix it.
The test code also receives many error logs.
RUST_LOG=error cargo test -- --nocapture
If you're open for this I'd be happy to file a PR
I'm seeing this as well. I've taken a lot of steps in my code to try to ensure that Router gets dropped before Worker, but it still seems to occur.
I am also seeing this as well