Skip to content

Commit

Permalink
Merge pull request #935 from doronz88/bugfix/remote-remove-non-suppor…
Browse files Browse the repository at this point in the history
…ted-down

tunnel_service: remove call to `tun.down()`
  • Loading branch information
doronz88 committed Apr 14, 2024
2 parents 8d1d700 + 71daf46 commit 81daaf8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pymobiledevice3/remote/tunnel_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ async def stop_tunnel(self) -> None:
self._tun_read_task.cancel()
with suppress(CancelledError):
await self._tun_read_task
self.tun.down()
self.tun.close()
self.tun = None

Expand Down

0 comments on commit 81daaf8

Please sign in to comment.