mirror of
https://github.com/polybar/polybar.git
synced 2026-03-11 02:35:06 +00:00
If context_state_callback is called before we call pa_threaded_mainloop_wait in the main thread, the signal is lost and we wait forever. Fixes #2707 Ref #2699 Ref #2697