Azure / azure-service-bus-dotnet

☁️ .NET Standard client library for Azure Service Bus
https://azure.microsoft.com/services/service-bus
Other
235 stars 120 forks source link

Return zero for message Size when body is null #657

Closed SeanFeldman closed 5 years ago

SeanFeldman commented 5 years ago

Fixes #648

The old client did not throw for an empty message. The new client shouldn't either.

SeanFeldman commented 5 years ago

@nemakam please review & merge