July 13, 2017
2:45 p.m.
2017-07-13 14:44 GMT+02:00 sergio ruiz <sergio.rrd@gmail.com>:
I tried this.. but what happens when i change this to message sends (it does save) is that the state machine no longer works. The reason for this being that when he state machine is initialized, itâs initialized with the result of the message send, I think this needs to be a block so that it is evaluate as the state machine moves through state..
Try to debug what happens when you pass message send instead of block. Maybe StateMachine code perform some explicit check isBlockClosure.