fastify / fastify-vite

Fastify plugin for Vite integration.
MIT License
849 stars 71 forks source link

fix: gracefully close open sockets #137

Closed matt-smarsh closed 6 months ago

matt-smarsh commented 6 months ago

When attempting a graceful shutdown, if a page is open with a HMR websocket, it will prevent shutting down. Use the onClose hook to shut down the dev server.

Checklist

netlify[bot] commented 6 months ago

Deploy Preview for agitated-mahavira-26f8f9 canceled.

Name Link
Latest commit 87bc68e45e277dd021856265a54247a9f1344ef4
Latest deploy log https://app.netlify.com/sites/agitated-mahavira-26f8f9/deploys/65dd2c0bd31ab70008a29b29
galvez commented 6 months ago

LGTM, thank you.