-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App hanging for at least 2000 ms while displaying in-app message #75
Comments
Hi, thank you for report. We will fix it in new version. |
Hi @sergei-mikhailovskii-idf , after some investigation, we find out that it requires bigger refactoring and update of internal structure, so unfortunately we can not declare even if we will work on it or when it will be updated and delivered. |
@xcibik00 hello! are there any updates regarding the fix? |
Hi @sergei-mikhailovskii-idf , Unfortunately not, we will let you know about any update. |
Hello, we have the same issue on our app, would it be possible to prioritize this issue? @xcibik00 |
Hi @FilipBulander, unfortunately there is no update on it. |
Hello,
I found an issue in the SDK related to the display of the in-app message. From what I understand, the issue is that the download is occurring on the main thread with a 10-second timeout, which could cause the app to hang in cases of a weak signal.
Is there a way to handle this, perhaps by making the download asynchronous?
Thanks!
The text was updated successfully, but these errors were encountered: