You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multiple running choco processes could potentially cause issues. Look for other choco.exes running (that are not a shim) and report that it cannot run if those are running.
This will not handle the cases where choco dll is embedded and/or being used in things like BoxStarter and ChocolateyGUI. But it should limit most issues.
The text was updated successfully, but these errors were encountered:
You should be able to run multiple choco processes, as long as only one of them is making changes.
The downsides of choco list -lo and choco outdated providing possibly outdated information (as an install may be completing/race conditions) are outweighed by the usefulness of being able to list approximately what is installed.
For example, because Homebrew manages its state in a decentralized way, it's perfectly safe to brew install and brew list simultaneously. It's actually possible to install multiple packages simultaneously in Homebrew if their missing dependencies don't overlap (though there's probably no advantage to do so).
Multiple running choco processes could potentially cause issues. Look for other choco.exes running (that are not a shim) and report that it cannot run if those are running.
This will not handle the cases where choco dll is embedded and/or being used in things like BoxStarter and ChocolateyGUI. But it should limit most issues.
The text was updated successfully, but these errors were encountered: