Closed anapotempa closed 5 years ago
Hi, I encountered a problem, when you try to zip empty array of Futures, it gets cancelled. Instead It should return Future succeeded with empty array.
Thanks for reporting, there is a bug in zip implementation when passing empty arrays. Will be fixed soon 😄
Fixed
Hi, I encountered a problem, when you try to zip empty array of Futures, it gets cancelled. Instead It should return Future succeeded with empty array.