-
Notifications
You must be signed in to change notification settings - Fork 11
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: ACSException - Attempting to get event handler for a cookie which was never added. #31
Comments
Hello @jveenhuizen I ran into the dispose problem here, but I work with non-video calls. Does the problem occur on the first call after starting the app or on all calls? |
I have seen this, but its been a while... Like @andersonvieiragomeslopes , i think its due to lacking cleanup, but not sure... I also set every local to null and also cleanup event listeners. I reported a bug to ms on this, at least i think its the same: |
Thank you for the reply's!
I'm using video
Yes I did!
I'm using 2.2.0-beta 1.4 (released for other bugfix) will try 2.2.0.1 now
Yes it also happens from the first call, both answering and hanging up the call
I'll try also today, hope it helps :-) |
@jveenhuizen some more details here: |
Updated to 2.2.0.1, added null checks and did some more cleanups. I haven't seen it since... fingers crossed I think? |
hehe, programming and religion shouldn't be this similar, but sometimes all we can do is thoughts and prayers... keeping this open for a while, let me know if it happens again! |
Assuming this is fixed since it is not occuring anymore, feel free to reopen if its still a problem |
Hello!
I put the AzureCalling code in an iOS app and it works for the most part. However, sometimes (~50%) I have a crash when I hang up the call. See stack trace below. Does anyone else have this problem or am I missing something? I get almost the same crash every now and then when answering a call (~10%).
The text was updated successfully, but these errors were encountered: