Hi,
I'm using a third party package that provides a client object. This object opens a long-running connection to a service, stores state, and provides functions to access the service's APIs.
I need to access the same instance of this object throughout my custom actions and widgets.
Does anybody know how to instantiate this object once and then store it such that it is globally available?
Thanks!