https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
a

andylamax

02/04/2021, 10:27 AM
any known multiplatform http clients that don't use coroutines?
a

aleksey.tomin

02/04/2021, 11:15 AM
You can use curl lib directly. I’ve been doing it until I’ve started use ktor-curl-client.
l

louiscad

02/04/2021, 11:48 AM
I'm curious about why you're looking for one that is not using coroutines 🤔
👍 6
a

andylamax

02/04/2021, 7:16 PM
coroutines are currently very heavy on browsers. So, I am doing my best to avoid them if I am writing code that is eventually going to be executed by one. Also, curl lib isn't multiplatform, as I believe it doesn't work in browsers
d

Daniele B

02/04/2021, 10:38 PM
@andylamax I suggest you to follow this issue: https://youtrack.jetbrains.com/issue/KTOR-1084
a

andylamax

02/05/2021, 4:32 AM
Thanks @Daniele B I already follow that issue
17 Views