Flying17
Results
2
issues of
Flying17
StateMachine stateMachine = builder.build(); stateMachine.start(); stateMachinePersist.restore(stateMachine, context); stateMachine.sendEvent(context); hi, the same request concurrently run above code, get same status from StateMachinePersist read method and transit next state successfully. however, actually,...
## Feature request #### What problem does this feature solve? #### What does the proposed API look like? #### How should this be implemented in your opinion? #### Are you...
help wanted