Server reports error on macOS 15.5

I've encountered an issue while using VirtualHere. I have the server (version 4.7.8) installed on macOS 15.5 and the client (version 5.7.9) on macOS 15.3.1.

When I attempt to connect a USB mass storage device, the server generates the following error log:

```

Thu May 29 03:20:22 2025 LOG_INFO Device 52428800 [21c4:0cd1] BOUND to connection 6

Thu May 29 03:20:22 2025 LOG_ERR enumerateInterfaces: CreatePluginInterface error kIOReturnNoResources (resource shortage) at 4294974512

Thu May 29 03:20:22 2025 LOG_ERR enumerateInterfaces: CreatePluginInterface error kIOReturnNoResources (resource shortage) at 4294974512

Thu May 29 03:20:22 2025 LOG_ERR enumerateInterfaces: CreatePluginInterface error kIOReturnNoResources (resource shortage) at 4294974512

```

Interestingly, if I reverse the setup (server on macOS 15.3.1 and client on macOS 15.5), everything functions correctly.

#2

I've confirmed that the USB remote connection is working correctly using another macOS 15.5 machine as the server. Therefore, I suspect the issue might be related to my local environment...

Thanks!