You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ServiceBus] No longer create a copy of the array in the message converter for the default and stream case (Azure#29946)
* No longer create a copy of the array in the message converter for the default case and when handling streams
* Apply same principles to StreamToBytes
* Remove unneeded method
* Align StreamToBytes
* Collapse stream processing
* Add proposal for the changelog
Copy file name to clipboardExpand all lines: sdk/servicebus/Azure.Messaging.ServiceBus/CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@
10
10
11
11
### Other Changes
12
12
13
+
- Reduced memory allocations when converting messages into the underlying AMQP primitives. _(A community contribution, courtesy of [danielmarbach](https://github.com/danielmarbach))_
0 commit comments