sailfish-spotify / hutspot

Spotify Controller for SailfishOS. Documentation: https://sailfish-spotify.github.io/hutspot.
MIT License
18 stars 12 forks source link

Crash after disabling Discovery #56

Closed ksiazkowicz closed 5 years ago

ksiazkowicz commented 5 years ago

I can't see anything useful in logs, but it's easy to reproduce.

  1. Open Settings
  2. Enable device discovery (I also enable Librespot since it's somehow stopping on app startup, weird)
  3. Exit settings (this one is pretty important)
  4. Open settings again and disable device discovery
wdehoog commented 5 years ago

It looks like the qmdnsengine library tries to send eol messages when the server already has been destroyed. adeaeb1 fixed it for me. Could you check if it works for you as well?