mesg-foundation / js-sdk

Javascript mono-repo with all the tools to interact with MESG
https://mesg.com
4 stars 4 forks source link

Smart stop of environment #191

Closed antho1404 closed 4 years ago

antho1404 commented 4 years ago

Dependency: https://github.com/mesg-foundation/js-sdk/pull/188

Right now it is possible to start multiple services/processes but as long as one is stopped, the whole environment will stop as well. This pull request add the support of "smart" stop of the environment. Only the last cli to shut down will stop the environment, the others will just bypass the step if there are still instances running an environment.