clifordsymack / Electron-Cash

Electrum; Bitcoin thin client
MIT License
6 stars 3 forks source link

Fixed #36 -- High CPU load on server going down until timeout. #40

Closed cculianu closed 5 years ago

cculianu commented 5 years ago

Turns out recv() can return an empty value if the connection was reset by peer. :)