id summary reporter owner description type status milestone component version severity resolution keywords cc 9280 handling deferred events Dmitry Banschikov Christophe Henry "My FSM has two states(connected, disconnected). One of the states is submachine with number of other substates. One of this substates has deferred events specified. When my root machine goes from state with submachine(connected) to disconnected, should any deferred events be cleared? If no, then why when we enter back in st_connected, deferred events are not handled immediately? MSM process them only after processing normal event(I think that after processing events MSM check if there are any deferred events). In test case I expect either no output after string 'On cmd with reply: 5' (when right behaviour is to clear deferred events), or 'On cmd with reply: 1' (when right behaviour is to process all deferred events on entry into st_connected state). Tested on 1.51, 1.53, trunk. " Bugs closed To Be Determined msm Boost Development Trunk Problem fixed