moxxy/lib
Alexander "PapaTutuWawa 8800be6423 service: Fix the app getting stuck in release mode
It turns out that a release build is much faster than a
development build. The issue was that the UI sent the
[PerformPreStartCommand] too early as the background service
still had work to do before being considered ready.

As a solution we now either wait for the event to arrive by
itself, as the service sends it at the end of its initilization, or
after an explicit request if the service is already running.
2022-04-19 13:30:56 +02:00
..
service service: Fix the app getting stuck in release mode 2022-04-19 13:30:56 +02:00
shared wip: Migrate flutter_background_service to 2.0.0 2022-04-15 12:46:08 +02:00
ui service: Fix the app getting stuck in release mode 2022-04-19 13:30:56 +02:00
xmpp xmpp: Redact sending of SASL nonzas 2022-04-18 17:12:22 +02:00
main.dart service: Fix the app getting stuck in release mode 2022-04-19 13:30:56 +02:00