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
Fix: TS_GetNewestFromThreadQueue working only for finite values
For TS_GetNewestFromThreadQueue the thread could only return finite values
for the requested variable.
Instead of using the finite/non-finite state of the read value itself for
the decision of returning the value a flag variable was introduced that
is set when any value was read.
This allows also to send a NaN value from a thread.
(Note: It is best to use a custom timeout_default of e.g. -1 then)
TS_GetNewestFromThreadQueueMult already uses the logic with a flag variable
and does not need a fix.
0 commit comments