mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 14:36:16 +01:00
RSD checkin for pcapd
This commit is contained in:
@@ -34,7 +34,9 @@ impl RsdService for PcapdClient {
|
||||
}
|
||||
|
||||
async fn from_stream(stream: Box<dyn crate::ReadWrite>) -> Result<Self, crate::IdeviceError> {
|
||||
Ok(Self::new(Idevice::new(stream, "".to_string())))
|
||||
let mut idevice = Idevice::new(stream, "");
|
||||
idevice.rsd_checkin().await?;
|
||||
Ok(Self::new(idevice))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user