Closed ghost closed 4 years ago
Thanks for the PR. The issues talk about raising OSError
rather than IOError
, but I just checked and it seems both those errors will be caught by catching IOError
.
Merging. Will do a bug fix release right now hopefully.
New version with this in released
IOError raised from
ssl.wrap_socket
was causing eps 0.2.1 to crash when electrum wallet attempted to connect. Quietly catch the IOError and handle the same way as other connection errors so that eps keeps listening for a connection.Fixes #198, fixes #197.