> Error: Cannot perform I/O on behalf of a different request. I/O objects (such as streams, request/response bodies, and others) created in the context of one request handler cannot be accessed from a different request's handler. This is a limitation of Cloudflare Workers which allows us to improve overall performance. (I/O type: Native)
> at WebSocketTransport.send
what the fuck
how does "not having a persistent connection" improve performance
am i really supposed to open a new websocket every single request?..
this is so dumb