You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a side note, the issue is a followup of a bug of Trinity ethereum/trinity#1113. The bug was assumed to be resolved in #293 and the related PRs, but the symptom still exists now.
What was wrong?
We don't have test that check if
ConnectionResetError
is properly handledHow can it be fixed?
Add test that triggers
ConnectionResetError
and check ifread
/write
inRawConnection
handle the error as expected.The text was updated successfully, but these errors were encountered: