- Inspired by fsm by rynorris
- This project is under development
- Basic FSM
- FSMPool reuse FSM
- More documents
- Better interface - redesign, refactor
- Unit testing - using testify to ensure every components is fine.
- State Tracing - records a state and event timeline for a transaction
- Performance optimization
- Timer management - make sure no timer leak, this may move to another project.
- Session management - make sure no session leak, this may move to another project.
- Examples - examples to use Fsm, Timer management, Session management together.