Stefan Oltmann
09/14/2025, 1:34 PMEmre
09/14/2025, 9:07 PMsimon.vergauwen
09/15/2025, 8:15 AMStefan Oltmann
09/15/2025, 8:34 AMMatt Nelson
12/24/2025, 8:12 PMktor, I noted some pretty serious concerns on the PR which are definitely going to cause problems (especially for Android consumers). See: https://github.com/ktorio/ktor/pull/5031#issuecomment-3690395630
In addition to those issues, ztsd-jni calls Native.load() statically upon referencing of ZstdCompressCtx and ZstdDecompressCtx which can throw several exceptions. The PR does not address those exceptions, nor does it have any sort of pre-loading logic to see if the native library is even available and loaded at runtime.simon.vergauwen
12/25/2025, 7:18 AM