fastify / restartable

Restart Fastify without losing a request
MIT License
104 stars 8 forks source link

Support Fastify v4.28.1 #71

Closed mcollina closed 3 months ago

mcollina commented 3 months ago

https://github.com/fastify/fastify/pull/5523 broke this module because we were monkeypatching the server to intercept the call. This changes that interception logic.