pocoproject/poco

TCPServerTest TestSuite

Closed this issue · 0 comments

In TCPServer test suite there is this line of code
pParams->setThreadIdleTime(100);
That can lead to some softawre error, because you can think that 100 are milliseconds, but because the function take a Timespan in this code 100 is microseconds and usually is a too low value