Project

General

Profile

Bug #20413

Updated by ioquatix (Samuel Williams) about 1 month ago

Using `Enumerator` in the event loop can cause problems as the fiber created by `rb_fiber_new` is blocking by default. It should be non-blocking. 

 See <https://github.com/ruby/ruby/pull/10481> <https://github.com/ruby/ruby/pull/10478> for the fix.

Back