You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TS: Use finite timeout only when threadqueue has run empty
Before the timeout constant was used always, such that ThreadGroupGetDFR
waited at least once with the timeout for the case the thread queue was read empty.
This wait is not necessary as the thread queue can be checked for emptiness also
with a zero timeout.
TS_GetNewestFromThreadQueue and TS_GetNewestFromThreadQueueMult use now a timeout of
zero for reading the thread queue empty and for the then first check of emptyness,
where ThreadGroupGetDFR returns a null DFR. Only further read attempts,
if timeout_retries are set, use the TS_GET_REPEAT_TIMEOUT_IN_MS.
0 commit comments