PMCCommand
PMCCommand copied to clipboard
Random locking when running via jenkins
Sometimes, the execution will simply hang in Jenkins(or any remote execution environment) if numerous solutions are handled in a row. This may be due to the current locking logic.
It may be better to have unique values for each action that the main thread spins on until ready for that step.
Will investigate further.
The locking problem has been fixed with the change to a statemachine format: https://github.com/Computician/PMCCommand/commit/ec7a91aff182ab56d7bcffc0ef6afea203a7a4c5
However, still in Jenkins, certain projects/solutions never open, even though the command is sent to the process.