ManagedRuntime I'd be able to open a single websocket and have all my traffic running through that - turns out that isn't a thing. The thing that was more troubling is that fromWebSocket immediately closes the connection, and even if I force the connection to be open it send a request but never receives a response.This specifically I tested with a standalone Bun server
[], and yes I checked - the server returns a Stream.Array, but I thought that with layerNdJson I'd get the benefit of both.