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
Fix OTA Requestor implementation of write to DefaultOTAProviders.
Our implementation only handled chunked lists and failed if a non-chunked list
was sent. This is bad, because typically this list is short, and chunking it
wastes bytes on the wire.
0 commit comments