-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Description
merge founds
line 1732: auto timeout = static_cast(sec * 1000 + usec);
line 1756: auto timeout = static_cast(sec * 1000 + usec / 1000);
line 1789: auto timeout = static_cast(sec * 1000 + usec);
It's always MICROSECONDS, so please reconsider your commit (1732 and 1789 are wrong).
Note you're very fast (that's good), but it was the wrong direction this time. Sorry, I will be more precise next time...
Metadata
Metadata
Assignees
Labels
No labels