entropy
entropy14mo ago

getting the progress of a trpc query

Hello, I want to be able to stream the progress of a trpc client query call, so I can link it to a progress bar in the ui. Is this possible?
1 Reply
Nick
Nick14mo ago
You might want some async worker pattern which you poll, or maybe a subscription