Open Issues Need Help
View All on GitHub Remove uses of `MultiPartData.readAllParts()` about 2 months ago
AI Summary: Replace all instances of the deprecated `MultiPartData.readAllParts()` method in the Accrescent console backend (Parcelo) with the recommended `MultipartData.forEachPart()` method to prevent potential deadlocks, as advised by the Ktor project.
Complexity:
3/5
enhancement good first issue