I’m currently in the process of upgrading to ktor ...
# ktor
h
I’m currently in the process of upgrading to ktor 1.3 and I have this issue with where previously
readRemaining()
did not need arguments, now it needs a limit and headerSizeHint. What would be appropriate values here?
c
There should be an extension function without parameters.
Perhaps, you need to import it
Try completion to add it
h
Alright thanks
r
Yes you need to change the import, the IDE borks