UNPKG

tiddlywiki-plugin-dev

Version:

[![](https://img.shields.io/badge/Join-TiddlyWiki_CN-blue)](https://github.com/tiddly-gittly)

11 lines (10 loc) 246 B
const closeServerForRestart = (server, options) => { const { closeWsClients, onClosed } = options; closeWsClients(); server.once("close", onClosed); server.close(); server.closeAllConnections?.(); }; export { closeServerForRestart };