Skip to content

Commit

Permalink
Return true on send if payload is too large.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpx86 committed Aug 13, 2015
1 parent c97aae6 commit fae1a77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/Akka.Remote/Endpoint.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1243,6 +1243,7 @@ private bool WriteSend(EndpointManager.Send send)
send.Message.GetType(),
pdu.Length));
_log.Error(reason, "Transient association error (association remains live)");
return true;
}
else
{
Expand Down

0 comments on commit fae1a77

Please sign in to comment.