fluentsharp / FluentSharp

Fluent API for the .NET Framework (used by the O2 Platform)
63 stars 18 forks source link

afterSelect should fire on a new thread #34

Open DinisCruz opened 10 years ago

DinisCruz commented 10 years ago

at the moment the callbacks are fired in the same thread as the caller which causes regular threading issues.

For example when calling ie.open(...) from inside an afterSelect event (on both WatiN and WebBrowser) controls