Waybar/src
Minijackson b50650f63f
fix(mpd): regularly timeout the event listener to prevent timeout
The MPD server has a connection_timeout that defaults to 60. If no data
is transferred in this timespan, the connection is closed. If the
connection is closed while the event listener is listening for events,
it will block forever. By timing out the event listening and
re-connecting regularly, we prevent this issue. An option "timeout" has
been added for users that have a lower server connection_timeout than
default. Fixes #277
2019-04-21 10:58:40 +02:00
..
modules fix(mpd): regularly timeout the event listener to prevent timeout 2019-04-21 10:58:40 +02:00
ALabel.cpp refactor: format code 2019-04-18 17:52:00 +02:00
bar.cpp refactor(Bar): roundtrip before setup widgets 2019-04-19 11:56:40 +02:00
client.cpp refactor(Bar): roundtrip before setup widgets 2019-04-19 11:56:40 +02:00
factory.cpp refactor: format code 2019-04-18 17:52:00 +02:00
main.cpp refactor: format && better output management 2019-04-18 17:47:40 +02:00