artehe / Netimobiledevice

A C#/dotnet implementation for working with iOS devices (iPhone, iPad, iPod).
https://github.com/artehe/Netimobiledevice
MIT License
16 stars 9 forks source link

Fixed spins in network read operations when the socket connection is broken #45

Closed MarkFassett closed 4 months ago

MarkFassett commented 4 months ago

Read and ReadAsync return 0 if the socket connection fails, but doesn't throw any errors when that happens.