Closed aerlfredith closed 1 year ago
Added the same device name uniqueness to second retrieval path so observers and the base listing have consistent results.
thanks for this patch! I think that instead of bringing the heavy machinery of ostringstream you can just do
deviceName += ' '; deviceName += std::to_string(x);
Added the same device name uniqueness to second retrieval path so observers and the base listing have consistent results.