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
Specifically, dynamically sized arrays of simple types throw an exception when packing/unpacking a zero-length array. This comes down to computing the serializer for the array on the fly not accounting for 0 * item_serializer correctly.
The text was updated successfully, but these errors were encountered:
Specifically, dynamically sized arrays of simple types throw an exception when packing/unpacking a zero-length array. This comes down to computing the serializer for the array on the fly not accounting for
0 * item_serializer
correctly.The text was updated successfully, but these errors were encountered: