ktorio / ktor

Framework for quickly creating connected applications in Kotlin with minimal effort
https://ktor.io
Apache License 2.0
12.86k stars 1.04k forks source link

Remove lookahead session from CIO writer #4107

Closed bjhham closed 3 months ago

bjhham commented 3 months ago

This seems to fix the memory problems currently in the CIO engine for kotlinx-io. There is still an issue with the Netty pipeline after attempting to make the change there.