ami-iit / yarp-openmct

Repo for YARP and OpenMCT integration.
BSD 3-Clause "New" or "Revised" License
6 stars 1 forks source link

Closure Subset A #60

Closed nunoguedelha closed 2 years ago

nunoguedelha commented 2 years ago

First subset A1, A2, A3

A.1 - Stop the child Node.js process running the OpenMCT static server. A.2 - Stop the Telemetry HTTP server telemServer from accepting new connections. A.3 - Stop the Control Console HTTP server consoleServer from accepting new connections.

(We added already A.3 as it obviously will be in the first subset)

A.1 Stop the child Node.js process running the OpenMCT static server

=> #41 & #50 - dabe06f6a79b0f35a546eb5b736cdbef8709413b

A.2 & A.3 Stop the HTTP servers from accepting new connections

In the same Promise/Resolve cycle, close the servers.

=> #50 - 377640757cc3843a1277491fc7e116e3e475776a

Originally posted by @nunoguedelha in https://github.com/ami-iit/yarp-openmct/issues/40#issuecomment-948085721