Function re_sdk_comms::buffered_client::send_until_success

source ·
fn send_until_success(
    tcp_client: &mut TcpClient,
    drop_if_disconnected: bool,
    packet: &[u8],
    quit_rx: &Receiver<InterruptMsg>
) -> Option<InterruptMsg>