Skip to content

Commit

Permalink
Merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyvercolano committed Jun 7, 2016
2 parents 6c0d8ab + 895129c commit 1fc274a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csharp/device/Microsoft.Azure.Devices.Client/Message.cs
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ internal AmqpMessage ToAmqpMessage(bool setBodyCalled = true)
// correct this gap. The intention of setting this two variable is
// so that GetBody should not be called and all Properties are
// readonly because the amqpMessage has been serialized.

this.SetSizeInBytesCalled();
if (this.bodyStream == null)
{
Expand Down

0 comments on commit 1fc274a

Please sign in to comment.