-
Notifications
You must be signed in to change notification settings - Fork 25
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
Common crash related to websocket failing with error #1083
Comments
Thanks for the report, @SpencerCDixon 😁 I'm not aware of anybody else reporting this yet but I see you are using the latest release so it's clearly a concern! Also, is this blocking you right now? |
It's our most common crash which is why we're now tracking it down. Probably get it ~20-30 times a week. We haven't gotten many user reports so I imagine it's happening primarily in the background when computers sleep and wake up. No reliable way to reproduce unfortunately :( Appears to me like a null pointer deref, but I could be totally off! Seems to happen on MBP more than other devices (but we probably also just have way more users using MBPs so hard to say for sure).
Not a huge blocker but would be nice to get it resolved soonish. Happy to try any git SHAs in future releases to see if it resolves the issue. |
That info does help direct our investigations. I'll discuss with the team. Thanks, @SpencerCDixon. 😁 |
… dispatch_after could be crashing because the queue is nil.
Which version of the Ably SDK are you using?
1d0d4df4ff4fd816a1e92d3c3b8407b76e5e9114
On which platform does the issue happen?
macOS
Are you using Carthage?
Are you using Cocoapods?
We've added the dep as a submodule
Which version of Xcode are you using?
Xcode 12.2
Build version 12B5025f
What did you do?
Have a regular crash related to the library and was wondering if other folks also experienced it.
What happened instead?
Here is a stack trace of where the crash is occurring.
Has anything like this been reported before? Is there any other info I could try and get which would be useful in debugging?
┆Issue is synchronized with this Jira Bug by Unito
The text was updated successfully, but these errors were encountered: