socketry / async

An awesome asynchronous event-driven reactor for Ruby.
MIT License
2.05k stars 85 forks source link

List enumeration bug repro. #209

Closed ioquatix closed 1 year ago

ioquatix commented 1 year ago

It looks like there is a linked list enumeration bug that triggers when transient tasks move up the task tree and cause consume to be called while iterating the task children.

Types of Changes

Contribution