Closed denisvaloha closed 3 months ago
Fixes data race between Can() and Event() https://github.com/looplab/fsm/issues/105
Test: go test -v -race -run TestEventAndCanInGoroutines
go test -v -race -run TestEventAndCanInGoroutines
Fixes data race between Can() and Event() https://github.com/looplab/fsm/issues/105
Test:
go test -v -race -run TestEventAndCanInGoroutines