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