Hi,
I have a .Net 6.0 application running inside docker containers for linux running on RaspberryPi OS. The application controls the instrument connected through USB. I am using libusb library to open the USB port. However, when I connect an instrument when the container is already running, libusb fails to open the USB port. Would like to know if somebody is facing similar problem