I'm working on an Android project which makes use of UltraliteJ library for database operations. Previously we are using UltraliteJ 17 library with openSSL version of 1.0.1Q. Since play store instructed developers to update the openSSL versions prior to 1.0.1r, we asked the SAP support and we got the upgraded version of UltraliteJ17 with OpenSSL version of 1.0.1t. After updating the new UltraliteJ17 (with openSSL 1.0.1t), i got the following exception while accessing the connection object.
UltraLiteJ Error[-298]: Attempted two active database requests
I know this error will raise only if we try to submit a database request while another request in progress.
The strange thing is, this error doesn't raised while using the previous UltraliteJ17(with openSSL 1.0.1q). And this error appears at random places while accessing the database.
Is there any behavioral changes in the new UltraliteJ17 library?
Is it any code changes need to be done to overcome this issue?
Kindly assist me. Any information will be helpful.