Skip to content

Change clocks to std::chrono #71

@ksmith0

Description

@ksmith0

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.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions