[PR #1067] [MERGED] fix(ipc): message size limited to 1024 bytes #8148

Closed
opened 2026-05-23 02:56:47 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/1067
Author: @JakeStanger
Created: 6/24/2025
Status: Merged
Merged: 7/14/2025
Merged by: @JakeStanger

Base: masterHead: fix/ipc-limit


📝 Commits (1)

  • c4f5485 fix(ipc): message size limited to 1024 bytes

📊 Changes

3 files changed (+33 additions, -17 deletions)

View changed files

📝 docs/Controlling Ironbar.md (+2 -4)
📝 src/ipc/client.rs (+7 -5)
📝 src/ipc/server/mod.rs (+24 -8)

📄 Description

Fixes #1065


🔄 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/1067 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 6/24/2025 **Status:** ✅ Merged **Merged:** 7/14/2025 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `fix/ipc-limit` --- ### 📝 Commits (1) - [`c4f5485`](https://github.com/JakeStanger/ironbar/commit/c4f5485d53834aaa9b2cff41f139723afc800a9f) fix(ipc): message size limited to 1024 bytes ### 📊 Changes **3 files changed** (+33 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `docs/Controlling Ironbar.md` (+2 -4) 📝 `src/ipc/client.rs` (+7 -5) 📝 `src/ipc/server/mod.rs` (+24 -8) </details> ### 📄 Description Fixes #1065 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-23 02:56:47 +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#8148
No description provided.