mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #9] [MERGED] Use non-blocking implementation for client request handler #1509
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#1509
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/aome510/spotify-player/pull/9
Author: @aome510
Created: 9/24/2021
Status: ✅ Merged
Merged: 9/24/2021
Merged by: @aome510
Base:
master← Head:exp-improve-client-perf📝 Commits (6)
dbf8274prevent stopping the player event watchers when encountering errors464f8barenameEventtoClientRequest,PlayerEventtoPlayerRequest052f71aclean upb018278try to handle the client request without blocking the handler thread0ccf54ahandleTransferPlaybackrequest differently from other player requestsc4686f7clean up, update documentation and variable namings📊 Changes
4 files changed (+250 additions, -231 deletions)
View changed files
📝
spotify_player/src/client.rs(+194 -157)📝
spotify_player/src/event.rs(+42 -44)📝
spotify_player/src/main.rs(+13 -5)📝
spotify_player/src/utils.rs(+1 -25)📄 Description
Brief description of new changes
EventandPlayerEventtoClientRequestandPlayerRequest🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.