Aleksandar Fabijanic
Aleksandar Fabijanic
Probably nothing to do with mutexes. I'd suspect that perhaps the thread is **not** running when release() is called, `_targetReady.set()` is not called, and `_thread.tryJoin(JOIN_TIMEOUT)` actually hangs until the timeout...
I don't understand your expectation: - wait for 2 seconds, event is not set (it is reset automatically by default, so your explicit reset is unnecessary) - while waiting for...
@carun please redirect this to devel branch
> @aleks-f I'm not sure about the cancelled tests. not related, it's the github CI problem
should be case insensitive, [RFC 2822](https://datatracker.ietf.org/doc/html/rfc2822#section-1.2.2) supersedes [RFC 822](https://datatracker.ietf.org/doc/html/rfc822)
ok, I can reproduce the problem using your code, so disregard previous (deleted) comment. scheduling this for 1.13
you need mysql client headers and libraries in order to build mysql. this is the case for any external dependency (mysql, postgresql, openssl)
yes, you are right, I did not look past `error C2371: 'MYSQL`. I have never seen that problem and our CI builds mysql. if you can find a solution that...
LOL, the question looks like a FOIA release - how can we help if we can't see what's in the XML file? Besides, this is part of PocoPro, and probably...
@obiltschnig what is the reason for adding 1 here? https://github.com/pocoproject/poco/blob/be19dc4a2f30eb97cc9bdd7551460db11cc27353/Foundation/src/Event_WIN32.cpp#L49