simon.vergauwen
10/08/2019, 10:13 AMthanh
10/08/2019, 10:21 AMsimon.vergauwen
10/08/2019, 10:22 AMIndexedStateT
. I reported the issue and it should’ve been fixed in 1.3.4x but I haven’t had the time to update that branch yet.thanh
10/08/2019, 10:24 AMcorneil
10/21/2019, 1:26 PMthanh
10/21/2019, 1:59 PMcorneil
10/21/2019, 2:00 PMstate(OPENED) {
whenEvent(CLOSE to CLOSED) {
}
}
state(CLOSED) {
whenEvent(OPEN to OPENED) {
}
}
In this case a CLOSE event when state is CLOSED will cause an exception.thanh
10/21/2019, 2:45 PMcorneil
10/21/2019, 2:53 PM