julien Lengrand-Lambert
julien Lengrand-Lambert
Hey @kurtinge , our libraries don't have a 1/1 relation with the APIs. Let me check what the status is for the Cloud-Terminals. I'll come back to you about this
Thanks for the detailed issue @pimterry. That sounds indeed reasonable (to me at least). What do you think @gcatanese, @rikterbeek ?
Just to mention I'm also impacted. Tried to reauth to no avail
I can reproduce the same on all 0.2.x versions I tried.
Maybe also worth mentioning that when trying with the `-ktor2` version of the dependency, I crashdump consistently when trying to debug :s : ``` /Users/julienlengrand-lambert/.sdkman/candidates/java/23.0.2.fx-librca/bin/java -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:55044,suspend=y,server=n -javaagent:/Users/julienlengrand-lambert/Library/Caches/JetBrains/IntelliJIdea2025.1/captureAgent/debugger-agent.jar=file:///var/folders/4b/jjn7wslx5fl1r5npk147_9b80000gn/T/capture7697505133932501157.props -agentpath:/private/var/folders/4b/jjn7wslx5fl1r5npk147_9b80000gn/T/idea_libasyncProfiler_dylib_temp_folder/libasyncProfiler.dylib=version,jfr,event=wall,interval=10ms,cstack=no,file=/Users/julienlengrand-lambert/IdeaSnapshots/MainKt_2025_05_01_100016.jfr,log=/private/var/folders/4b/jjn7wslx5fl1r5npk147_9b80000gn/T/MainKt_2025_05_01_100016.jfr.log.txt,logLevel=DEBUG -javaagent:/Users/julienlengrand-lambert/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlinx/kotlinx-coroutines-core-jvm/1.7.1/63a0779cf668e2a47d13fda7c3b0c4f8dc7762f4/kotlinx-coroutines-core-jvm-1.7.1.jar -Dkotlinx.coroutines.debug.enable.creation.stack.trace=false...
Also can reproduce the behavior consistently on various JVMs range 21 to 24, Oracle and Temurin.
Changing the code to ``` fun main() { val doc = Ksoup.parseGetRequestBlocking(url = "https://github.com/jlengrand") println("title: ${doc.title()}") exitProcess(0) } ``` works as intended, but I don't really see why it should...
Interestingly, debugging it and stepping over seems to lead to the Http2Connection class and get to the finally method, which closes the coroutine. I'm curious why the debugging changes the...
Hum, same behaviour using okio too. I'm really confused now.
I can also confirm the same using gradle, so it doesn't seem like an IntelliJ issue :