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
Describe the bug
Call the function blow when there is no Internet connection, there wouldn't have any call back and block the whole main thread if I make the call inside DispatchQueue.main.async
AmyL219
changed the title
[iOS AzureCommunicationCalling 1.0.1] The callClient.createCallAgent wouldn't have any callback if the network is poor or not connected
[iOS AzureCommunicationCalling 1.0.1] The callClient.createCallAgent block main thread if the network is poor or not connected
Sep 3, 2021
Describe the bug
Call the function blow when there is no Internet connection, there wouldn't have any call back and block the whole main thread if I make the call inside
DispatchQueue.main.async
To Reproduce
Steps to reproduce the behavior:
callClient?.createCallAgent
Expected behavior
There should have a callBack with an error indicate the connection failed.
Screenshots
If applicable, add screenshots to help explain your problem.
Log file:
No Internet State.xcappdata.zip
The text was updated successfully, but these errors were encountered: