mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 22:46:14 +01:00
Send weird flags after opening reply stream
This commit is contained in:
@@ -53,10 +53,6 @@ impl<R: ReadWrite> RemoteXpcClient<R> {
|
|||||||
))
|
))
|
||||||
.await?;
|
.await?;
|
||||||
|
|
||||||
debug!("Sending weird flags");
|
|
||||||
self.send_root(XPCMessage::new(Some(XPCFlag::Custom(0x201)), None, None))
|
|
||||||
.await?;
|
|
||||||
|
|
||||||
debug!("Opening reply stream");
|
debug!("Opening reply stream");
|
||||||
self.h2_client.open_stream(REPLY_CHANNEL).await?;
|
self.h2_client.open_stream(REPLY_CHANNEL).await?;
|
||||||
self.send_reply(XPCMessage::new(
|
self.send_reply(XPCMessage::new(
|
||||||
@@ -66,6 +62,10 @@ impl<R: ReadWrite> RemoteXpcClient<R> {
|
|||||||
))
|
))
|
||||||
.await?;
|
.await?;
|
||||||
|
|
||||||
|
debug!("Sending weird flags");
|
||||||
|
self.send_root(XPCMessage::new(Some(XPCFlag::Custom(0x201)), None, None))
|
||||||
|
.await?;
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user