[PR #1469] [MERGED] Fix PulseAudio client crash #2791

Closed
opened 2026-05-22 22:57:50 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/1469
Author: @JakeStanger
Created: 4/25/2026
Status: Merged
Merged: 5/6/2026
Merged by: @JakeStanger

Base: masterHead: fix/volume-crash


📝 Commits (1)

  • 8f42c06 fix(volume): crashing in some cases such as with easyeffects running

📊 Changes

5 files changed (+176 additions, -157 deletions)

View changed files

📝 src/clients/volume/mod.rs (+78 -52)
📝 src/clients/volume/sink.rs (+28 -29)
📝 src/clients/volume/sink_input.rs (+23 -25)
📝 src/clients/volume/source.rs (+24 -26)
📝 src/clients/volume/source_output.rs (+23 -25)

📄 Description

Resolves #875

This replaces the mainloop with the threaded version, and restructures to use a channel-based model so that all events are handled centrally.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/JakeStanger/ironbar/pull/1469 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 4/25/2026 **Status:** ✅ Merged **Merged:** 5/6/2026 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `fix/volume-crash` --- ### 📝 Commits (1) - [`8f42c06`](https://github.com/JakeStanger/ironbar/commit/8f42c06a30de69b03cdb45bbda707f7a2c011729) fix(volume): crashing in some cases such as with easyeffects running ### 📊 Changes **5 files changed** (+176 additions, -157 deletions) <details> <summary>View changed files</summary> 📝 `src/clients/volume/mod.rs` (+78 -52) 📝 `src/clients/volume/sink.rs` (+28 -29) 📝 `src/clients/volume/sink_input.rs` (+23 -25) 📝 `src/clients/volume/source.rs` (+24 -26) 📝 `src/clients/volume/source_output.rs` (+23 -25) </details> ### 📄 Description Resolves #875 This replaces the mainloop with the threaded version, and restructures to use a channel-based model so that all events are handled centrally. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-22 22:57:50 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/ironbar#2791
No description provided.