Skip to content

close audio streams after unsubscribe, bump FFI to 0.12.68 - #701

Merged
davidzhao merged 15 commits into
mainfrom
dz/bump-ffi
Jul 28, 2026
Merged

close audio streams after unsubscribe, bump FFI to 0.12.68#701
davidzhao merged 15 commits into
mainfrom
dz/bump-ffi

Conversation

@davidzhao

@davidzhao davidzhao commented Jul 27, 2026

Copy link
Copy Markdown
Member

we are still pulling in a version of the ffi prior to resume/reconnect fixes. updating the pointers to pull in these fixes.

also cleaning up the stream when unsubscribed before eos, and relaxed a few conditions to make tests less flaky

@changeset-bot

changeset-bot Bot commented Jul 27, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: 5ff6574

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@livekit/rtc-node Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

devin-ai-integration[bot]

This comment was marked as resolved.

@davidzhao davidzhao changed the title bump FFI to 0.12.71 bump FFI to 0.12.68 Jul 27, 2026
@davidzhao davidzhao changed the title bump FFI to 0.12.68 bump FFI to 0.12.71 Jul 28, 2026
@davidzhao davidzhao changed the title bump FFI to 0.12.71 close audio streams after unsubscribe, bump FFI to 0.12.68 Jul 28, 2026
this.controller.enqueue(frame);
break;
case 'eos':
FfiClient.instance.off(FfiClientEvent.FfiEvent, this.onEvent);

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

refactored in teardown

@davidzhao
davidzhao merged commit b02bcfb into main Jul 28, 2026
31 checks passed
@davidzhao
davidzhao deleted the dz/bump-ffi branch July 28, 2026 05:50
@github-actions github-actions Bot mentioned this pull request Jul 28, 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