Is it possible to send a progress status with tRPC?
I have some tRPC mutations that take a while 20s+ and would like to give the user an idea of how far along it is.
is there a way I get send back some data to the client to show the progress?
is there a way I get send back some data to the client to show the progress?
