Comment 4 for bug 1723874

Revision history for this message
Robert Ancell (robert-ancell) wrote :

I have yet to test this in a real case but this change should fix this issue:

commit 4014cc5f0c904ea154221fa95a4e12ae90bc811f (HEAD -> master, origin/master, origin/HEAD)
Author: Robert Ancell <email address hidden>
Date: Wed Oct 25 16:52:36 2017 +1300

    Connect to snapd on demand.

    This is required since snapd can restart during an async request (e.g. install).
    We need to reconnect to check the install completed.
    This means snapd_client_connect() now does nothing.