On 2016/04/16 00:58, Calimero <calimerotek...@free.fr> wrote:
> I believe I have discovered an regression where mpd's response times on the 
> control socket got slow while playing.
> `mpc next`, `mpc previous` or `telnet localhost 6600` and typing next or 
> previous can take a whole second and a half before mpd responds with OK.

Intended change.  Previously, "next" and "previous" were asynchronous
- MPD would reply "OK" immediately, even if playback actually failed.
Now those commands wait for completion, and give a useful response.

If you still believe that's a regression, explain why.

> It looks as if mpd is now only polling for commands every second and
> a half, instead of reacting immediately.

Wrong.
_______________________________________________
mpd-devel mailing list
mpd-devel@musicpd.org
http://mailman.blarg.de/listinfo/mpd-devel

Reply via email to