entropy
entropy2y 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
Nick2y ago
You might want some async worker pattern which you poll, or maybe a subscription

Did you find this page helpful?