Open
Description
Hi,
i was playing around with the vanilla client and it seems like currently, requests will never resolve when they are performed against a websocket client and the client is disconnected...
export const client = createClient<Procedures>({
transport: new WebsocketTransport("ws://localhost:4000/rspc/ws"),
});
await await client.query(["..."]) // → won't resolve
Metadata
Metadata
Assignees
Labels
No labels