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
Also, shouldn't there be a way to tell the framework that the job has finished?
Something like done(); called on the block passed to the background thread. Currently it seems it waits for the response to arrive the exact amount specified in the timeout. If the answer comes earlier, it still waits for the timeout.
Hi,
My test passes in under 1 sec even if I set a timeout of 30.0 sec for async calls.
I tried with
and it does not ignore the timeout. It waits. But it seems wrong to use theValue() macro.
Any ideas?
Thanks
The text was updated successfully, but these errors were encountered: