pub async fn ipc_request_discover(
ipc_client: &JsIpcClient,
destination: Endpoint,
abort_signal: Option<AbortSignal>,
) -> Result<DiscoverResponse, RequestError>
Expand description
Sends a DiscoverRequest to the specified destination and returns the response.