Merge dependabot/npm_and_yarn/examples/typescript/websocket-server-pool/ws-worker_thr...
[poolifier.git] / examples / typescript / websocket-server-pool / ws-cluster / src / main.ts
index 5b4e7b5eab6e9c2d3bda8d46610e02bde2eee3f2..695dc9545c99dcb308d35a5ceda62b5e87dc887b 100644 (file)
@@ -12,6 +12,7 @@ const pool = new FixedClusterPool<WorkerData, WorkerResponse>(
   availableParallelism(),
   workerFile,
   {
+    enableEvents: false,
     onlineHandler: () => {
       pool
         .execute({ port: 8080 })