Hello
If I'm not wrong, there is a bug in the removeDevice method.
The way device IDs work is that they are merely indices in the vector
The problem with this is that if I have 4 devices and I remove device num #2, device #3 then becomes the original device #4
Example:
Hello If I'm not wrong, there is a bug in the
removeDevice
method.The way device IDs work is that they are merely indices in the vector The problem with this is that if I have 4 devices and I remove device num
#2
, device#3
then becomes the original device#4
Example: