Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix events map initialization to prevent race conditions
Initialization upon miss can lead to hard to debug scenarios where potentially a concurrent array will leak out but the value in the `@events` will be different. as described here: ruby-concurrency/concurrent-ruby#970
- Loading branch information