]> git.ktnx.net Git - mpd-feeder.git/commitdiff
periodically break out of idle mode to see if the connection to MPD is intact
authorDamyan Ivanov <dmn@debian.org>
Thu, 18 Nov 2021 06:17:19 +0000 (06:17 +0000)
committerDamyan Ivanov <dmn@debian.org>
Thu, 18 Nov 2021 06:17:19 +0000 (06:17 +0000)
it may be hanging if for example the local system was suspended. in
this situation mpd would detect the missing peer (us) when e.g. reporting
idle changes and close the tcp socket. later, the local system resumes
and the local tcp connection is still open and waiting for an idle result
forever


No differences found