Function re_sdk_comms::server::run_client
source ยท fn run_client(
stream: TcpStream,
addr_string: &str,
tx: &Sender<LogMsg>,
options: ServerOptions,
) -> Result<(), ConnectionError>
fn run_client(
stream: TcpStream,
addr_string: &str,
tx: &Sender<LogMsg>,
options: ServerOptions,
) -> Result<(), ConnectionError>