WebSocket Subscriptions in Next.js 14 Using `fetchRequestHandler` and `createTRPCReact`
Hello everyone,
Does anyone have a working example of using WebSockets/subscriptions with
Any help would be greatly appreciated!
Thank you!
Does anyone have a working example of using WebSockets/subscriptions with
fetchRequestHandler on Next.js 14? I haven't been able to get subscriptions working with my current approach using fetchRequestHandler and createTRPCReact.Any help would be greatly appreciated!
Thank you!