Oleg Yukhnevich
Oleg Yukhnevich
Hey, I've tried to do something with this issue here - https://github.com/whyoleg/kotlinx.coroutines/commit/e8bfe317a984d4b6ecb09e46ac53edfdb180a95c If possible, can someone take a look, if it even a thing that can be explored? It's super...
One more reason, why I returned here, as I wanted to use `channelFlow` with closeable resource, but can't because Im not able to install `onUndeliveredElement` handler in it. Then I've...
Main issue is that If there will be `buffer` call - it will not work, as it will put resource in channel And it should not be `use` but `close`...
I think, that may be ktor-team need to setup testing all ktor codebase on JDK 8, 11 and 17 (not sure, if it's possible on infra). ping @e5l
Hey, can you post stacktrace with which client close a connection? Also, can you try to use OkHttp engine? I would think, that it can be related to some ktor...
Good it helps! CIO issue can be related to https://youtrack.jetbrains.com/issue/KTOR-4419 I will leave issue opened just for me, If after 2.0.3 it will be reproducible, I will create an issue...
> Metadata serialization is important If so, we will need to integrate it somehow with future composite metadata support, and also 3 point become harder to design right API. As...
Composite metadata support is my next task in todo list (together with extension metadatas like routing, tracing, auth). Will look later if it's possible to combine them in nicer way,...
1. should work with just: ``` @file:Repository("https://jcenter.bintray.com") @file:DependsOn("io.rsocket.kotlin:rsocket-transport-ktor-client-jvm:0.12.0") @file:DependsOn("io.ktor:ktor-client-cio-jvm:1.4.3") ``` All other are just transitive dependencies 2. Not sure that we need to include something smaller than that. It's common...
> Any objection if I put up a sample PR for debate? yes! That's what I was thinking to ask you