versatica / mediasoup

Cutting Edge WebRTC Video Conferencing
https://mediasoup.org
ISC License
6.14k stars 1.12k forks source link

[Rust] Error log “XXX closing failed on drop: Channel already closed” #1396

Open satoren opened 4 months ago

satoren commented 4 months ago

Bug Report

Your environment

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

bekriebel commented 2 months ago

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.

ElijahJohnson5 commented 2 months ago

I am also seeing this as well