Replace message passing logic with mpv's internal async functionality #5

Open
opened 2024-08-03 15:00:18 +02:00 by oysteikt · 0 comments
Owner

mpv supports asynchronous commands, which makes the work we are doing to serialize input for a single socket very unnecessary. It is a duplicated effort. Please make use of mpv's internal async system.

mpv supports [asynchronous commands](https://github.com/mpv-player/mpv/blob/master/DOCS/man/ipc.rst#asynchronous-commands), which makes the work we are doing to serialize input for a single socket very unnecessary. It is a duplicated effort. Please make use of mpv's internal async system.
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
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: oysteikt/mpvipc-async#5
No description provided.