-
Notifications
You must be signed in to change notification settings - Fork 101
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
[IOS] App is frozen when dismiss ViewController #106
Comments
@sankum-msft can you take a look please? |
Hi @devgokhan this is most likely a issue that we are aware of and we have a fix for this coming in an upcoming release. Meanwhile to confirm its the same issue , can you please provide logs ? |
Hi @devgokhan! We have a fix for this issue which is going to be rolled out as part of the next release. |
Hi thank you both. @raosanat according to @sankum-msft last comment this is known issue, if you still need these logs please tell me then I will attach the logs here. @sankum-msft I saw new version released yesterday? Did you mean this version? Yesterday a new version released. https://github.com/Azure/Communication/blob/master/releasenotes/2020-November-18.md
|
Hi. I did some changes and then I am able to dismiss the screen. I was forgot set call.delegate = nil. After I did this problem resolved. However one time I saw app is crashed, but generally works fine.. We will understand the situation after do more tests.
|
Glad to hear that you found a workaround. We have confirmed a bug with CallAgent's disposal that is causing the crash you posted. We are planning a release next week to address that bug. |
We've released beta6 that should fix this issue. |
Closing. Please let us know if you see any more issues related to this. |
Hi. When I call dismiss to ViewController application is frozen and takes no action.
This happened before when I call start local video capture or dispose and short after something to resolving this problem I did use dispatchAsync.main.after some seconds and I resolved the problems with this ways.. Anyway.. With same way to resolve freeze I tried to dispose and remove the objects before call dismiss but still I can't fixed it yet.
Is there something I do before closing the page (ViewController) ?
The text was updated successfully, but these errors were encountered: