You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Your environment.
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?
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
The text was updated successfully, but these errors were encountered: