qmuntal / stateless

Go library for creating finite state machines
BSD 2-Clause "Simplified" License
898 stars 47 forks source link

fix concurrent issue #66

Closed liang-kang closed 10 months ago

liang-kang commented 10 months ago

sm.Firing may return false between the iteratoration of sm.internalFireOne

qmuntal commented 10 months ago

Thanks for reporting this issue @liang-kang. While reviewing your PR I've noticed other concurrency issues. I've submitted #68, which hopefully fixes them all. I've added you as co-author.