-
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
Crash in [ARTSRProxyConnect _failWithError] #1437
Comments
Explanation: `ARTSRProxyConnect` object can potentially generate a proxy connection error even after initial success (or more than one error in a raw), which can depend on what proxy type is used, which will create a race condition: `self->_proxyConnect = nil;` deallocates `ARTSRProxyConnect` object on a `_workQueue`, and a subsequent call to `_failWithError:` on a `io.ably.socketrocket.NetworkThread` inside `ARTSRProxyConnect` will cause crash when it'll try to access `self`.
➤ Sara Giro commented: Marat confimed he is looking into this today https://ably-real-time.slack.com/archives/CSQEKCE81/p1663758966071679?thread_ts=1661334763.000079&cid=CSQEKCE81 ( https://ably-real-time.slack.com/archives/CSQEKCE81/p1663758966071679?thread_ts=1661334763.000079&cid=CSQEKCE81|smart-link ) Marat Alekperov 1 hour ago ( https://ably-real-time.slack.com/archives/CSQEKCE81/p1663758966071679?thread_ts=1661334763.000079&cid=CSQEKCE81 ) Sara Giro 1 hour ago ( https://ably-real-time.slack.com/archives/CSQEKCE81/p1663759169025439?thread_ts=1661334763.000079&cid=CSQEKCE81 ) much appreciated. Please let us know when you have any info |
➤ Richie Jarvis commented: Chased Marat Alekperov on this today: https://ably-real-time.slack.com/archives/CSQEKCE81/p1664200854686009?thread_ts=1661334763.000079&cid=CSQEKCE81 ( https://ably-real-time.slack.com/archives/CSQEKCE81/p1664200854686009?thread_ts=1661334763.000079&cid=CSQEKCE81|smart-link ) |
➤ Sara Giro commented: Closing Hubspot ticket ( https://app.hubspot.com/contacts/6939709/ticket/916965781/ ) for this as discussed in our Standup today. Leaving this one open for now in case more actions are required. |
➤ Vincent Pericard commented: Thanks Sara Giro - Makes sense to close HS but keep this one open. Here is my latest slack message to them - sent 07/11 - https://ably-real-time.slack.com/archives/C027Q92PJB1/p1667815363391519?thread_ts=1653058507.277489&cid=C027Q92PJB1 ( https://ably-real-time.slack.com/archives/C027Q92PJB1/p1667815363391519?thread_ts=1653058507.277489&cid=C027Q92PJB1|smart-link ) |
I think this might have been accidentally closed as part of Unito sync issues. Reopening. |
Is this still an issue? |
Which version of the Ably SDK are you using?
1.2.10
On which platform does the issue happen?
iOS 14 ~ 15.1
Are you using Cocoapods?
If yes, specify the version (
pod 'Ably', '1.2.10'
)Which version of Xcode are you using?
({{ 13.2.1 (13C100)}})
The problem is that I cannot reproduce it.
┆Issue is synchronized with this Jira Bug by Unito
The text was updated successfully, but these errors were encountered: