Is there a way to run through a function even though there is no state change?
subscribe(locks, "codeReport", codeReturn)
I'm trying to subscribe to an event, but it only enters the subscription function if there is a state change Eg:
isStateChange: false Does not get run
isStateChange: true Gets run.