Mohsen Mirhoseini

Results 11 comments of Mohsen Mirhoseini

I am facing the same issue, ``` ERROR: JAVA_HOME is set to an invalid directory: /opt/hostedtoolcache/Java/8.0.232/x64 Please set the JAVA_HOME variable in your environment to match the location of your...

Is anyone interested in reviewing and approving this PR? Open since 2019!!!

Currently, I cloned your repo and added to my project with an "arm64-v8a" filter abi and also sent you a pull request to have this change in next library release...

Is anyone interested in reviewing and approving this PR? Open since 2019!!!

Is anyone interested in reviewing and approving this PR? Open since 2019!!!

**Update** After adding the logger to the Socket class I learned that it was caused by `java.lang.RuntimeException: Missing type parameter` so I managed to fix it by adding this snippet...

I had the same issue and this answer looks promising, https://stackoverflow.com/a/54086060/2359762 Have you tried `taskAffinity` instead of `singleTask`?

Another possible solution is to disable the `testReleaseUnitTest` task or exclude it from the `check` task, although it may not be suitable for everyone. ```kotlin tasks.withType { // Disable unit...

Because of my application complexity if I am going to implement all my states in a single state machine it would get really complicated and hard to maintain. I was...

Any update on this issue? We've migrated to v2, but this issue is forcing us to downgrade to v1 until it gets a fix.