Akka.Delivery: ConsumerController
throws ArgumentOutOfRange
when decoding zero-length chunk
#6748
Labels
Milestone
Version Information
Version of Akka.NET? v1.5.7-beta*
Which Akka.NET Modules? Akka
Describe the bug
When decoding a zero-length chunk, the
ConsumerController
throws an "argument out of range" exception:To Reproduce
Transmit a zero-length chunk over the wire when
akka.reliable-deliery.producer-controller.chunk-large-messages = {any byte size}
Expected behavior
Should retain the zero-length chunk, as some serializers might support it (i.e.
const
values found in Protobuf serializers).Actual behavior
Threw exception.
The text was updated successfully, but these errors were encountered: