fix(audio): reap owned server on client shutdown - #10
Merged
enkerewpo merged 1 commit intoAug 5, 2026
Merged
Conversation
Always stop and reap the client-owned audio device server, close its log handle, preserve external servers, and run cleanup even when the reverse bridge stop path fails. Assisted-by: Codex:gpt-5.6-sol [TOOL Codex]
Contributor
Author
|
已按你的说明基于重写后的当前 main 重新提交,且只保留原 #7 的单一功能改动;本地测试与身份检查均已通过。烦请 @enkerewpo 审核。 |
Contributor
Author
|
补充:两个工作流当前均为 action_required,尚未创建任何 job,需要仓库维护者先批准该 fork PR 的 Actions 运行;本地验证与提交身份检查已完成。烦请 @enkerewpo 一并批准 CI 后审核。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replacement for #7 after rebasing the focused feature onto the rewritten current main history, as requested by the maintainer.
This change always stops and reaps the client-owned audio device server during application shutdown, closes its log handle, preserves externally owned servers, and still performs server cleanup if reverse-bridge shutdown raises.
Validation:
No frontend files changed, so the frontend bundle is unchanged. Maintainers retain branch modification permission.