danielgerlag / workflow-core

Lightweight workflow engine for .NET Standard
MIT License
5.4k stars 1.2k forks source link

Whether there is a way to use memory mode without memory leaks #1236

Open q913777031 opened 9 months ago

q913777031 commented 9 months ago

My project does not require persistence, but memory mode causes memory leaks. Are there any examples or tutorials that can help me implement the memory mode? Thank you