[Webkit-unassigned] [Bug 33004] NetworkStateNotifierWin.cpp doesn't work always

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 28 21:41:57 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=33004





--- Comment #4 from Patrick R. Gansterer <paroga at paroga.com>  2009-12-28 21:41:57 PST ---
(In reply to comment #3)
> It's a little unfortunate to make a special thread just for this purpose. Is
> there another way to do it?
I tried it with the RegisterWaitForSingleObject but i didn't get it running.
UnregisterWait must be called _after_ the _finished_ callback, otherwise it
will return ERROR_IO_PENDING. The missing UnregisterWait seams to be the reason
why it only works the first time. Even RegisterWaitForSingleObject isn't
aviable unter WinCE.

> I'm also concerned about the amount of work being done in the destructor.
I'm too, but i didn't find a better place :-(

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list