Skip to content

Commit

Permalink
fix: socket write error should not result in a crash report
Browse files Browse the repository at this point in the history
  • Loading branch information
zmstone committed Aug 27, 2024
1 parent b74bbb9 commit f418e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kpro_connection.erl
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ send_request({From, {send, Request}},
, {caller, Caller}
, {reason, Reason0}
],
exit({send_error, Reason})
exit({shutdown, Reason})
end,
State#state{requests = NewRequests}.

Expand Down

0 comments on commit f418e1b

Please sign in to comment.