session property

LiveSession? session
getter/setter pair

The metro live session whose open connections commands run on.

Without one, each command finds the apps itself and closes the connections when it's done.

Implementation

LiveSession? session;