Jc2k
Jc2k
We only support the version of HomeKit over BLE that Apple documents in their semi public spec. I think that is indeed version 2. Supporting another version is going to...
(Ticket didn't have enough information to automatically link to the right integration, so no one was notified). This impacts TLV's imported via the iOS app, not ones created via OTBR....
Please don't ping people directly. We look at issues we are code owner for when we have time. We are tagged in them, so they don't get lost or forgotten....
Cheers. One thing that stands out is we POST an image width/height to the camera that I don't recognise: {"aid":1,"resource-type":"image","image-width":294,"image-height":165}' I wonder if the device is unhappy about these sizes...
I have also seen pods come up with their multus interfaces missing, also around reboots. I use calico. In my case the pods look like they are running normally (they...
Still having the above problem so dug in some more. I think either the idea i proposed works OR i've managed to slow multus down enough to avoid the race...
I noticed while migrating from calico manifests to their operator I found this documentation: ```(Optional) ConfDir is the path to the CNI config directory. If you have changed the installation...
You don't need to wait for my approval, you only need a single code owner to review. Everything is on track. All you need to do on your part is...
Does it happen if you get rid of the client.close()? Async with I think calls close for you, and the error looks like something is closing the connection twice.