HTTP request hangs indefinitely when using RpcWebHandler in SolidStart API Route
I'm trying to use this in a SolidStart API Route:
When I make a HTTP request, there response never finishes. It's open forever. Did I do something wrong? The same example works with a standalone Effect.ts webserver.
