Fixing Array Length Mismatch Error in RPC Handler
What's the error
(https://github.com/Effect-TS/effect/blob/b836fc429a9aad36e7a063557d1448ed95398c85/packages/rpc/src/RpcResolverNoStream.ts#L43)
handler must return an array of responses with the same length as the requests? How can it be fixed?(https://github.com/Effect-TS/effect/blob/b836fc429a9aad36e7a063557d1448ed95398c85/packages/rpc/src/RpcResolverNoStream.ts#L43)
