ktor-clients icon indicating copy to clipboard operation
ktor-clients copied to clipboard

Results 3 ktor-clients issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....

@e5l Hi, I see that the current redis client in this repo is experimental, what is the client you recommend using for ktor nowadays? lettuce?

Hi, Trying to use the Redis Client on ktor 1.1.3 for session management. When I try to access Redis I get the following exception: Exception in thread "DefaultDispatcher-worker-1" java.lang.NoSuchMethodError: io.ktor.network.sockets.TcpSocketBuilder.connect(Ljava/net/SocketAddress;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;...