Hass 2021.08 (or HassOS 6.2) chokes on VirtualHere USB and hue?

Since upgrading to 2021.08 I get this in my log:

Logger: zeroconf
Source: /usr/local/lib/python3.9/site-packages/zeroconf/_logger.py:52
First occurred: 18:09:29 (2 occurrences)
Last logged: 18:12:19

Choked at offset 90 while unpacking b'\x00\x00\x84\x00\x00\x00\x00\x06\x00\x00\x00\x00\x06_vhusb\x04_tcp\x05local\x00\x00\x0c\x00\x01\x00\x00\x11\x94\x00\x1a\x17VirtualHere USB Sharing\xc0\x0c\nhullzero-2\xc0\x18\x00/\x80\x01\x00\x00\x00x\x00\x05\xc0n\x00\x01@\xc0)\x00/\x80\x01\x00\x00\x11\x94\x00\t\xc0)\x00\x05\x00\x00\x80\x00@\xc0C\x00\x01\x80\x01\x00\x00\x00x\x00\x04\xc0\xa8\n*\xc0)\x00!\x80\x01\x00\x00\x00x\x00\x08\x00\x00\x00\x00D\xa2\xc0C\xc0)\x00\x10\x80\x01\x00\x00\x11\x94\x00\r\x0c001132820625'
Choked at offset 85 while unpacking b"\x00\x00\x84\x00\x00\x00\x00\x07\x00\x00\x00\x00\x04_hue\x04_tcp\x05local\x00\x00\x0c\x00\x01\x00\x00\x11\x94\x00\x17\x14Philips Hue - 6F3F87\xc0\x0c\nSpudBridge\xc0\x16\x00/\x80\x01\x00\x00\x00x\x00\x08\xc0\x85\x00\x04@\x00\x00\x08\xc0'\x00/\x80\x01\x00\x00\x11\x94\x00\t\xc0'\x00\x05\x00\x00\x80\x00@\xc0>\x00\x1c\x80\x01\x00\x00\x00x\x00\x10\xfd\xa6t|\x02\xb8\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01\xc0>\x00\x01\x80\x01\x00\x00\x00x\x00\x04\xc0\xa8\x14\x0f\xc0'\x00!\x80\x01\x00\x00\x00x\x00\x08\x00\x00\x00\x00\x01\xbb\xc0>\xc0'\x00\x10\x80\x01\x00\x00\x11\x94\x00)\x19bridgeid=001788fffe6f3f87\x0emodelid=BSB002"
Traceback (most recent call last):
  File "/usr/local/lib/python3.9/site-packages/zeroconf/_protocol.py", line 101, in __init__
    self.read_others()
  File "/usr/local/lib/python3.9/site-packages/zeroconf/_protocol.py", line 206, in read_others
    name = self.read_name()
  File "/usr/local/lib/python3.9/site-packages/zeroconf/_protocol.py", line 261, in read_name
    raise IncomingDecodeError(f"Bad domain name (circular) at {off}")
zeroconf._exceptions.IncomingDecodeError: Bad domain name (circular) at 110

That virtualhere is a daemon running on my NAS to allow desktops to access the NAS USB ports. Hass is running on a separate device (Blue).

I also see some (web?)socket warnings/errors pop up from time to time since the update.

How can I get rid of these errors?

Update: I guess I’m not the only one: Zeroconf chokes: "zeroconf._exceptions.IncomingDecodeError: Bad domain name (circular)" · Issue #53937 · home-assistant/core · GitHub