-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
[ios] [5.3.1] rare crash when going from background to foreground #127
Comments
@Overtorment, thanks for the feedback! iOS has a very special way of dealing with sockets when an app is in the background, which may be the root cause of this issue. A temporary workaround would be to close all sockets when the app is going to the background. I will take a look at your error trace and improve the module error handling for this kind of situations. I will close this issue as soon as this problem is fixed. |
@Overtorment, could you tell me if you are using an HTTPS connection and if you are sending data when the app is in the background? |
yes, connection is https. |
@liuguanlin, I am sorry but I was not able to reproduce this issue. Could you create a minimal reproducible code example? |
Bugly collected it, but I didn't reproduce it myself |
I have same issue. |
@Rapsssito Could you please check? |
@Rapsssito for reproducing this issue you need:
|
Description
I once experienced a crash when my app was in the background for a while, and I opened so it tried to go to foreground.
I immediately looked up our crash report on bugsnag:
Steps to reproduce
Steps to reproduce the behavior:
Screenshots
If applicable, add screenshots to help explain your problem.
Relevant information
ios 15.0
0.64.2
5.3.1
The text was updated successfully, but these errors were encountered: