|
Rank: Advanced Member Groups: Member
Joined: 12/10/2014 Posts: 137
|
Hello EO team;
I have a problem using webViewEO.Engine.CookieManager.GetCookies(...);
Sometimes it never returns and hangs forever (which freeze my application).
I'm in holidays in few minutes, so I cannot provide you a test case for the moment :)
=> It seems to hangs when other thread might be writing new cookies
Can you check for a deadlock in this function ?
Best regards,
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi,
This is a known issue and it will be addressed in our next build. In the current build, you can not call GetCookies from UI thread. You must call it from a background thread.
Thanks!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi,
This is just to let you know that we have posted a new build that should resolve this issue. You can download the new build from our download page.
Thanks!
|
|