Spotifyd / spotifyd

A spotify daemon
https://spotifyd.rs
GNU General Public License v3.0
9.83k stars 450 forks source link

retry enabling discovery #1228

Closed eladyn closed 6 months ago

eladyn commented 11 months ago

fixes #1227

This retries to enable discovery, if it fails, for several times before giving up to prevent race conditions e.g. on startup. Before merging this, we should probably wait for feedback on the linked issue as this might be a libmdns issue that could be fixed instead.