JianXing Yi wrote:
Also, I print state info in SESSION_IDLE event handling every 2 seconds, all sessions are in a same state (STATE_A). My statemachine expects a MESSAGE_SENT event to trigger it transit from STATE_A to STATE_B, it is obvious that the session receives no MESSAGE_SENT events any more.
What generates MESSAGE_SENT events? I.e. what doesn't happen (since no events are generated)?
Also, have you tried with a different number of sessions? Start with one and find out if the behabior is the same.
