ArrayPool returns an array which is at least the requested length, and so can have null elements at the end. Task.WhenAll throws an exception when provided an array with nulls.
Replaces #133 which is fixing the same issue but by keeping the arraypool and filtering out the nulls.
ArrayPool returns an array which is at least the requested length, and so can have null elements at the end. Task.WhenAll throws an exception when provided an array with nulls.
Replaces #133 which is fixing the same issue but by keeping the arraypool and filtering out the nulls.
This solves #128