pub fn call_stream(
    addr: &str,
    caller: &str,
    bytes: &[u8]
) -> Pin<Box<dyn Stream<Item = Result<ResponseChunk, Error>>>>