Problem: problem tracker state machine can't query rocket state machine's state
The problem tracker state machine can't query the rocket state machine's current state because this would cause a recursive query loop.
Solution:
Create a shared object with the latest state of all state machines. Push current states from the event conductor to this new object.
Every state machine can then have read-only access to the current state of any other state machine.
I'm claiming [Problem: problem tracker state machine can't query rocket state machine's state] on the nostrocket problem tracker so that I can work on it and other people don't duplicate my efforts.
Thread collapsed
I'm closing [Problem: problem tracker state machine can't query rocket state machine's state] on the nostrocket problem tracker, it's been resolved or become obsolete.
Thread collapsed