Closed arthurschreiber closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 85.46%. Comparing base (
e8c6228
) to head (d6525ae
). Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This cleans up the rerouting and retry implementations.
Instead of adding state specific logic to the overall
close
socket handler, we now just remove theclose
andend
socket handlers and callsocket.destroy
before we perform rerouting or retry logic.This moves the logic closer together and helps making it simpler to understand what's going on for both of these features.