Function re_sdk_comms::server::run_client

source ·
fn run_client(
    stream: TcpStream,
    addr_string: &str,
    tx: &Sender<LogMsg>,
    options: ServerOptions
) -> Result<(), ConnectionError>