mirror of
https://github.com/JakeStanger/mpd-utils-rs.git
synced 2026-07-11 06:15:36 +01:00
[PR #2] [MERGED] Persistent Client fixes #3
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
JakeStanger/mpd-utils-rs#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/JakeStanger/mpd-utils-rs/pull/2
Author: @JakeStanger
Created: 3/29/2024
Status: ✅ Merged
Merged: 3/29/2024
Merged by: @JakeStanger
Base:
master← Head:fix/persistent-client📝 Commits (4)
bede833refactor(persistent client): use rwlock to reduce chance of deadlockc4348a4fix(persistent client): using new receiver for every recv callfd84f18fix(persistent client): use much larger event channel bufferbe87ed4chore: add log📊 Changes
2 files changed (+18 additions, -13 deletions)
View changed files
📝
src/multi_host_client.rs(+5 -1)📝
src/persistent_client.rs(+13 -12)📄 Description
Fixes a few issues related to events getting missed or receivers stopping under high load
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.