Closed chipsenkbeil closed 1 year ago
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
We're using cache for
detect_family
and other methods. This needs to be local to the ssh instance and not a static once_cell as the cache will persist across multiple ssh instances which could have different operating systems.