liquid-labs / plugable-express

0 stars 1 forks source link

invoke `process.exit()` on shutdown #211

Closed zanerock closed 12 months ago

zanerock commented 12 months ago

Overview

In the integrations test, it says the server is shutting down, but it never really does. So, we're going to try a hard exit and see if that fixes things.

On ubuntu, running the sdlcpilot-integrations-test hangs with PROCESSWRAP (if server spawn not detached) and a PIPEWRAP open handle. Testing locally on MacOS everything works fine.

Deliverables

zanerock commented 12 months ago

Work for this issue will begin begin on branch work-liquid-labs/plugable-express/211.