pocoproject / poco

The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems.
https://pocoproject.org
Other
8.07k stars 2.11k forks source link

Poco::Thread setName #4470

Closed micheleselea closed 4 months ago

micheleselea commented 4 months ago

Hi all, is there a good reason why now the Thread::setName call a setNameImpl that has a POCO_MAX_THREAD_NAME_LEN of 15 and truncate thread names? I think it's the same in POSIX and WIN32