TCPServerTest TestSuite #4745
micheleselea
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
Beta Was this translation helpful? Give feedback.
All reactions