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
Reduce allocations on list deserialization (Azure#310)
* Do not capture context on async awaits
* Do not capture context on async awaits (2)
* Improve list allocation when deserializing lists from messages
* Fixed List implementation with initial capacity
* Fixed list implementation for NETMF