pub async fn listen_for_connections(
    listener: UnixListener,
    usb_tx: Sender<DeviceCommand>,
    shutdown_signal: Shutdown
)