You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello @eungkyu and thanks for your detailed bug report. We really appreciate the effort you've gone to in explaining the problem you are encountering.
We're having a look now and either myself or one of our other engineers on the iOS side of things will report back when we either have some questions for you, a solution or can confirm this is a bug. 😁
Which version of the Ably SDK are you using?
1.1.23
On which platform does the issue happen?
iOS12
Are you using Carthage?
no
Are you using Cocoapods?
yes, 1.9.3
Which version of Xcode are you using?
Xcode 11.5 Build version 11E608c
What did you do?
Describe the problem.
I called
from UI queue (viewDidLoad)
but it stuck by deadlock in ARTChannel.m:83 which is
other queue (io.ably.main) is stuck in
ARTPush.m:110
What did you expect to happen?
ably.channels.get function does not return by deadlock
What happened instead?
ably.channels.get function should return
Tip: set the log level to debug. E.g.
realtime.logger.logLevel = .debug
and take a look at our troubleshooting guideLink to sample project
Feel free to link to a sample project that showcases the issue.
P.S. If you are an Ably Enterprise customer, please get in touch with a link to this issue to get prioritized support.
The text was updated successfully, but these errors were encountered: