]> git.ktnx.net Git - mpd-feeder.git/commit
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)
commitcbce7ac600c7472872a0e4d042f2c8b4fdfefe6c
tree84526bc36e87c399d713a71db73866e3d5134676
parent0135556249d5b1a2296dbb3a46eaba31fa9230a0
periodically break out of idle mode to see if the connection to MPD is intact

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
lib/App/MPD/Feeder.pm