fn connect_grpc(
url: Option<String>,
flush_timeout_sec: Option<f32>,
default_blueprint: Option<&PyMemorySinkStorage>,
recording: Option<&PyRecordingStream>,
py: Python<'_>,
) -> PyResult<()>
Expand description
Connect the recording stream to a remote Rerun Viewer on the given HTTP(S) URL.