Skip to content

Conversation

@tssweeney
Copy link
Collaborator

@tssweeney tssweeney commented Jan 30, 2026

This PR fixes 2 bugs in a single change. First, the bugs:

  1. Calls written with call_end have long-delayed monitors
  2. We have unidentified memory leak (for which this is def some portion).

Some context:

  1. In 91fd3ff, we introduced a new flag on call_end (flush_immediately), defaulting to False.
  2. This changed existing behavior, meaning that the client would queue up calls to be flushed, but not flush until some later call to flush (only happens with a call batch).
  3. As a result, call_end would result in delayed monitors and buildup of data

@codecov
Copy link

codecov bot commented Jan 30, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@wandbot-3000
Copy link

wandbot-3000 bot commented Jan 30, 2026

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.

2 participants