Your environment.
- Version: v4.0.0-beta.19
- Browser: N/A
What did you do?
When accessing the Stats using GetStats() on a closed peer connection, logs get written out to stdout.
What did you expect?
Only a returned error should happen
What happened?
ice ERROR: 2024/05/14 09:31:01 Failed to get candidate pairs stats: the agent is closed
ice ERROR: 2024/05/14 09:31:01 Failed to get candidate pair stats: the agent is closed
ice ERROR: 2024/05/14 09:31:01 Failed to get candidate pair stats: the agent is closed
I guess theres another error here... I should still be able to get the candidate pair stats even when ice agent is closed - getting stats/data from a closed connection shouldn't error. I'm assuming the W3C spec allows for this - it should.
Guessing this error is actually in pion/ice but GetStats is the API I'm calling so I'm reporting it here