Attention is currently required from: fixeria.
2 comments:
File src/erab_fsm.erl:
Patch Set #1, Line 176: next_state, ?FUNCTION_NAME, S, %% loop transition to enable state_timeout
Why are you removing the loop transition? I think I already explained somewhere that the `state_time […]
Yes, that sounded weird to me at the time when you said so. I recall you said that, but that's not the behavior I was seeing when running the ttcn3 tests last week (easily reproducible). I can tell you the timeout is triggering with "keep_state".
Furtermore, reading the documentation clearly stated that using "keep_state" is a shortener for "next_state, <current_state>".
Patch Set #1, Line 181: timeout
How do you know that it's specifically a timeout?
well, in hear clearly the error is not a timeout, but some error with reason=Reason. So yes, I can maybe better return "{error, Reason}" here.
To view, visit change 37923. To unsubscribe, or for help writing mail filters, visit settings.