firecore / Seas0nPass

Jailbreak tool for Apple TV 2G
http://seas0nPass.com/
173 stars 48 forks source link

Fix hangs while waiting for DFU mode. #17

Open asvitkine opened 5 years ago

asvitkine commented 5 years ago

All entries in the iterator passed to device_attached() must be consumed for it to fire again. Change error handling to continue instead of return so that device_attached() will be called again once the device reconnects after booting to DFU mode.