-
Notifications
You must be signed in to change notification settings - Fork 884
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
Crash on [cleanUpWebsocketOutputStream] function #5322
Comments
Hi @ZouhirASSAIB, thanks for opening this issue. The team will take a look and post updates here. In the meantime, would you mind sharing:
Thanks! |
You're welcome @ruisebas 😊 Here is the full symbolicate crash log : Unfortunately, we can't send code snippets on how we're interacting with the AWSIoT APIs (corporate code). And yes for now we have events that concerns only iOS 17. |
Thank you - our team will investigate and post updates here. |
Hello @ruisebas @thisisabhash Any news about this issue ? |
@grifas We are still unable to reproduce this crash in our local environment. Are you able to provide detailed steps to reproduce this issue? |
Closing due to inactivity. Additionally, there's been a number of IoT bug fixes and improvements since 2.33.10 that addressed similar crashes. |
This issue is now closed. Comments on closed issues are hard for our team to see. |
Describe the bug
Our major crash is coming from AWS SDK and specially the function 'cleanUpWebsocketOutputStream'. The crash occurs 100% of the time in background on every devices running iOS "17". Unfortunately, we are not able to reproduce the crash on our side...
Stack Trace
Unique Configuration
Since the crash occurs 100% of the time in background, it may be link to the fact we force the disconnection to the iOT when the app didEnterBackground. We made this to reduce other crashs on the SDK when the user was returning to the application. Maybe an asynchronous process end up after the disconnection and cause the crash...
Areas of the SDK you are using (AWSMobileClient, Cognito, Pinpoint, IoT, etc)?
AWSCognito.framework
AWSCognitoAuth.framework
AWSCognitoIdentityProvider.framework
AWSCognitoIdentityProviderASF.framework
AWSCore.framework
Environment(please complete the following information):
Device Information (please complete the following information):
Thank you for your help on this. Our crash-free is very impacted by this one !
The text was updated successfully, but these errors were encountered: