This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Description
The server is not being shutdown after Live Preview is over. This is true both for CDT-based preview and the multi-browser version.
To reproduce:
- Open Live Preview.
- From the browser that has opened, copy the URL.
- Close Live Preview (either close the browser or from within the editor).
- Open a browser, paste the URL and press enter.
Result: the recently previewed page opens (not instrumented)
Expected: connection could not be established
There's no good reason to keep the server socket listening. Once the Live Preview is shut down, the server should be shut down as well.
CC:@sebaslv