forked from ksmith0/PixieSuite2
-
Notifications
You must be signed in to change notification settings - Fork 0
Change clocks to std::chrono #71
Copy link
Copy link
Open
Labels
Description
Robert reported an issue with the terminal timeout in pacman mode not responding. It was tracked down to the time comparison in CTerminal.cpp
if (currentTime > (commandRequestTime + commandTimeout_)) {
...
}I suggest we change all clocks to std::chrono to provide more cross system support and unify our timing methods.
Reactions are currently unavailable