Aaron Todd
Aaron Todd
> Spoke with people on java and .net teams regarding the perceived importance of the feature. Neither felt it was important to provide at GA. Tend to agree, I don't...
Currently blocked by memory model being in-flux: https://blog.jetbrains.com/kotlin/2020/07/kotlin-native-memory-management-roadmap/
@napperley It's still a bit early to know for sure which targets we would initially support. I don't think any of the ones you mentioned are particularly worrisome though.
To anyone following this issue, we ask that you please take some time to respond to the [discussion](https://github.com/awslabs/aws-sdk-kotlin/discussions/464) on KMP use cases. Thank-you!
Thanks for the feature request. Indeed this would be useful. The code you have provided is one possible workaround in the meantime.
@cprice404 Thanks for the report. I haven't been able to reproduce this one with 35 instances running. Perhaps you're running quite a few more than this? The paginated API's use...
Ok I see. I'm going to leave this open for now then and see if anyone else runs into something similar. My concern is that something is off in the...
Thanks for reporting this, we'll get the documentation updated.
@unredundant Thanks for the detailed report. I'm not able to recreate this locally. ```kotlin val fileText = javaClass.classLoader.getResource("aws/sdk/kotlin/example/shrek.txt")?.readText() ?: error("expected shrek script") val fileContent = fileText.encodeToByteArray() val fileKey = "swamp"...
> What's odd is that, I would assume that if my response was being closed mid stream, that I would get non-deterministic results Agreed that is odd if that is...