Incus client package (Go) trouble, I'm using `GetEventsAllProjects` for a long-running subscription. For the local Unix socket, a simple retry loop seems sufficient since Proto Incus handles socket drop etc.
I am working on adding scoped read-only access, and this seems to involve HTTPS+TLS client certs. Is this the scenario where I need to reconnect and atomic-swap the old IncusClient instance?
Context: Im writing an Incus #OTEL integration and half my code ended up being reconnect/disconnect handling. Looks like wasted work for the simple #Unix socket scenario.




