My b4j program works great. It decrypts incoming AES/CBC/PKCS5Padding data through asyncprefix.
But every time after around 740-750 loops it says
java.lang.ClassCastException: java.lang.StackOverflowError cannot be cast to java.lang.Exception
so 740-750 times no probs....and then it does not decrypt the data anymore.
I tested the incoming data. It is not corrupted in any way.
When I physically restart the app...everything goes until it reaches approx. 740 loops.
Any hints ?
But every time after around 740-750 loops it says
java.lang.ClassCastException: java.lang.StackOverflowError cannot be cast to java.lang.Exception
so 740-750 times no probs....and then it does not decrypt the data anymore.
I tested the incoming data. It is not corrupted in any way.
When I physically restart the app...everything goes until it reaches approx. 740 loops.
Any hints ?