Welcome Guest Search | Active Topics | Sign In | Register

EO.WebBrowser - cannot send out request Options
eo_support
Posted: Wednesday, July 19, 2017 9:33:35 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,072
Hi,

Please see your private message for more details.

Thanks!
Qiang
Posted: Thursday, November 16, 2017 4:02:13 AM
Rank: Advanced Member
Groups: Member

Joined: 10/10/2016
Posts: 35
Hi EO,

I just want to update this question.

Now this problem seems to have been unable to reproduce in my computer.

I use:

Code: C#
EO.WebEngine.Engine.Default.Start()


instead:

Code: C#
var runner = new ThreadRunner();
var view = runner.CreateWebView();


Since then, we have not reproduced this issue.
Thanks again for your help.



Thanks & Regards,
Qiang
eo_support
Posted: Thursday, November 16, 2017 8:32:36 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,072
Thanks for the update. Without a repro we can't explain exactly what happened but generally you should use ThreadRunner with extra caution because it starts another thread and WebView is not multi-thread safe. That means your code must take care of all synchronization issues. So if you can go without ThreadRunner, then you should not use it.


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.