event emitter doesnt trigger subscription from webhook
I'm using subscription in nextjs using SSE, im trying to trigger subscription when webhook receives data, webhook is seprated page
here is the test which works
api/webhook/route.ts and subscription is in root.ts, I even tested subscription using little mock of mutation and subsciption procedures and it was working fine, here is the test which works