Invalid state: ReadableStream is already closed
Hello here,
I am starting to suspect something odd in
We have random
We are also using GraphQL Yoga, I found out about this: https://github.com/honojs/node-server/issues/77
But I hesitate to do that because GraphQL Yoga is using
the full trace is:
Of course I don't reproduce easily, it happens randomly
Any idea? to identify the problem better?
I am starting to suspect something odd in
@hono/node-serverWe have random
ReadableStream is already closed in the app, everything is try/catch but anyway it crashes the container. We are also using GraphQL Yoga, I found out about this: https://github.com/honojs/node-server/issues/77
But I hesitate to do that because GraphQL Yoga is using
@whatwg-node/fetch which is supposed to be a good abstraction.the full trace is:
Of course I don't reproduce easily, it happens randomly
Any idea? to identify the problem better?