Hi Zebediah,
On 09.01.2018 03:23, Zebediah Figura wrote:
- /* make sure that the last thread terminates before we start this one */
- if (last_thread)
ok(WaitForSingleObject(last_thread, 90000) == WAIT_OBJECT_0, "wait timed out\n");
We already have event_complete for similar purpose. Would setting the event in thread_proc before returning in redirect_only branch and waiting for it in ProtocolEmul_Continue before ReportResult(INET_E_REDIRECT_FAILED) call solve the problem?
Thanks,
Jacek