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.
oysteikt added this to the Grzegorz Nextgen project 2024-12-18 23:29:34 +01:00
Sign in to join this conversation.
No description provided.