chxip
Results
2
issues of
chxip
Hello, I noticed that the #807 merge restored redis+cluster support. Can you release a new version?
fun takeScreenshot2Bitmap(): Bitmap? { imageReader?.let { val image: Image = it.acquireLatestImage() try { val bitmap = imageToBitmap(image) return bitmap } catch (e: Throwable) { return null } finally { image.close()...