SSE httpSubscriptionLink (tRCP 11 - next 14) help please :)
Hi everyone, I have turborepo with a nextjs/prisma/tRCP and I am trying to setup sse subs (based myself on tRPC doc example).
Atm I have 2 subs and a Redis client based generator
The publish is triggered programmatically by a mutation.
In isolation or if used in a single route the subs seems to be working, but if I split the subscription to be used from multiple routes eg app/page - app/stations/[hostname]/page and I open these pages in multiple tabs on reload requests get stuck on pending.
Can anybody please try to help me to understand where the problem can come from?
0 Replies