Odiel
Odiel
TtRPC
Created by Odiel on 11/17/2024 in #❓-help
What is wrong with my subscription setup?
Hi, I'm new to trpc and while playing with subscriptions for some reason I can't make it work. In this gist (https://gist.github.com/odiel/f4d3d09650fd1598ea29f6750e76841a) I have the server and client setup. I'm using the latest Deno version and "@trpc/server": "npm:@trpc/server@^11.0.0-rc.638", "@trpc/client": "npm:@trpc/client@^11.0.0-rc.638",. Once running the client it stays in, and I don't get to see any of the events emitted on the backend reaching the client. What am I doing wrong?
<< subscription #1 example {
input: undefined,
result: { result: { type: "state", state: "pending", error: null } },
elapsedMs: 139243
}
<< subscription #1 example {
input: undefined,
result: { result: { type: "state", state: "pending", error: null } },
elapsedMs: 139243
}
2 replies