Jimmy Mayoukou
Jimmy Mayoukou
Sorry for opening a PR straight away, but it was so simple I just wrote it. This is a method I add to every one of my Kotlin projects. The...
Hello, I'm getting a lot of reports in production from crashes happening with this error: `Fatal Exception: java.util.concurrent.RejectedExecutionException: Task android.os.AsyncTask$3@1ec5e0b rejected from java.util.concurrent.ThreadPoolExecutor@dcd94e8[Running, pool size = 17, active threads =...
We are using a React Native fork to use a custom `OkHttpClient` that accepts every certificate and/or specific ones to work with some clusters. The feature was removed in https://github.com/facebook/react-native/commit/0a71f48b1349ed09bcb6e76ba9ff8eb388518b15....