Would love the ability to configure the timer resolution for the PCM sensor server, so I can get more precise measurements. Currently it refreshes every second, according to this line:
now = now + std::chrono::seconds(1);
std::this_thread::sleep_until( now );