fix: fix kill handler usage in examples
[poolifier.git] / examples / typescript / http-server-pool / fastify-worker_threads / src / fastify-poolifier.ts
index 15e5656b12abe44477a65dc7efd4a994b51663d7..50668da031705190e5f7611870c51fb2f5fffc7f 100644 (file)
@@ -39,7 +39,6 @@ const fastifyPoolifierPlugin: FastifyPluginCallback<FastifyPoolifierOptions> = (
       ): Promise<WorkerResponse> => await pool.execute(data, name, transferList)
     )
   }
-  done()
 }
 
 export const fastifyPoolifier = fp(fastifyPoolifierPlugin, {