![]() |
![]() |
![]() |
PackageKit Reference Manual |
---|
If your backend does not send Finished()
after ErrorCode()
then the following dialog will be shown.
The daemon recovers automatically, so this warning is not fatal, but the automatic recovery is not cost free. Every time the daemon cleans up a transaction like this, an additional 500ms is added to the transaction duration (to allow slow backends to clean up after themselves) and so the next transaction is delayed from starting.
You need to ensure that Finished()
follows ErrorCode()
to remove this warning.