Skip to content

boot-server: Handle client disconnecting while trigger pending

Ray Strode requested to merge wip/fix-client-disconnect-crash into master
At the moment if a client disconnects while the daemon is completely
an asynchronous request, the daemon crashes trying to access a freed
connection object.

This commit changes the boot server code to keep the connection object
alive after the client disconnects, if there's pending work to do.

Merge request reports