etl::fsm
receive
function can call p_state->process_event()
also when p_state
is nullptr
#869
Labels
etl::fsm
receive
function can call p_state->process_event()
also when p_state
is nullptr
#869
Hi,
I noticed, that there is no check of the
p_state
before calling its function.What is the intended functionality? I did not found specifications of this functionality. Other functions of the
etl::fsm
asserting on the p_state before calling it.for example:
The text was updated successfully, but these errors were encountered: