Improve location of call to Governor
docktermj opened this issue · 0 comments
docktermj commented
Currently in the run()
function, the call to the governor is between the read and the write of a message.
It would be better if the self.govern()
call was at the end of the loop so the read and write were a little more atomic.