Error “Subscriptions should use wsLink” using tRPC
While trying to implement subscriptions with tRPC, I encountered this issue, that it should use wsLink, even though, it is implemented in the trpc client.
I get this error when trying to use randomNumber router, here is my code: