Leonid Stashevsky

Results 61 comments of Leonid Stashevsky

Hey @JakeWharton, thanks for the feedback! Sure, it would be great! We already have some basic Unix socket API in the `ktor-network` module and would be happy to have some...

@JakeWharton, thanks for the clarification! Got it! It looks possible. Let me play with it and check what API needs to be public and how we can expose it. It...

Hi, @hardysim. You can try using ‘HttpSend’ feature. You can add interceptor there and retry request multiple times(See HttpRedirect feature as the example)

Hi @AdityaAnand1, is your question related to the client or the server?

Hi @saschpe, thanks for the report. We could introduce type alias at least.

We have same case: launching a service while the scope is active. For instance: ```kotlin @Test fun testWithService() = runBlocking { launch { startService() } // ... do stuff }...

@dkhalanskyjb, we can, but it's not only for tests. We have the code in other cases, like for the reading coroutine in a socket.