librespot/src
Jason Gray 4d6de15a97
Discovery retry (#1178)
When started at boot as a service discovery may fail due to it
trying to bind to interfaces before the network is actually up.
This could be prevented in systemd by starting the service after
network-online.target but it requires that a wait-online.service is
also enabled which is not always the case since a wait-online.service
can potentially hang the boot process until it times out in certain situations.
This allows for discovery to retry every 10 secs in the 1st 60 secs of uptime
before giving up thus papering over the issue and not holding up the boot process.
2023-06-30 09:30:14 +02:00
..
lib.rs Add librespot-discovery crate 2021-05-19 21:05:19 +02:00
main.rs Discovery retry (#1178) 2023-06-30 09:30:14 +02:00
player_event_handler.rs Fix latest clippy and fmt warnings 2022-11-22 13:38:02 +00:00