tRPC subscriptions throw net::ERR_INCOMPLETE_CHUNKED_ENCODING 200 (OK) with httpSubscriptionLink
When using the Hono middleware as per the instructions, and setting up a tRPC subscription, the following error is thrown in console and a loop is created that eventually leads to a memory leak at the server:
I don't see this with the equivalent Node http server. Is anyone else using tRPC subscriptions successfully with Hono?
Repo here to reproduce: https://github.com/samuelgoldenbaum/honojs-middleware-issues-717
0 Replies