D2C messages sent over 1MB in size via AMQP are currently being retried by the SDK #2055
Labels
bug
Something isn't working.
fix-checked-in
Fix checked into main or preview, but not yet released.
IoTSDK
Tracks all IoT SDK issues across the board
When a D2C message over 1MB in size is sent to IoT Hub over AMQP, instead of throwing a
MessageTooLargeException
immediately, the operation is instead retried and anOperationCancelledException
is eventually thrown.The text was updated successfully, but these errors were encountered: