pub async fn connect<A: ToSocketAddrs + Debug>(
    addr: A,
    workers: usize
) -> Result<(TcpEventLinkClientHandle, JoinHandle<Result<()>>)>
Expand description

Connect to a storage boundary server. Returns a handle to replay sources and a join handle to await termination.