Actions
Bug #17791
closedRactor exception when using Nokogiri
Bug #17791:
Ractor exception when using Nokogiri
Description
Parsing xml using nokogiri:
Suppose I want to parse 4 xmls with 4 ractors, it will raise an unsafe exception:
the ruby version is 3.0.1.
I wonder if there is any way to avoid this.
Actions