Skip to content

Conversation

@dennwc
Copy link
Contributor

@dennwc dennwc commented Oct 10, 2025

  • Log media timeout resets.
  • Add media timeout tests.
  • Print call stats (including media) regularly.
  • Track closed states for the call components.

@dennwc dennwc self-assigned this Oct 10, 2025
@dennwc dennwc requested a review from a team as a code owner October 10, 2025 08:11

// Ticker is allowed to fire earlier than the full timeout interval. Skip if it's not a full timeout yet.
if since < timeout {
if since+timeout/10 < timeout {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why are we doing this ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests were detecting a timeout that triggers too late. It was off by a few ms, hence this change. Not a big deal if we trigger it later (as it is right now), but this makes tests a bit cleaner.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests were detecting a timeout that triggers too late.

Is this dues to go scheduling? What's the average wake delay we're working with?

@dennwc dennwc merged commit 35eeaa3 into main Oct 10, 2025
4 of 5 checks passed
@dennwc dennwc deleted the media-port branch October 10, 2025 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants