Actions
Bug #20896
closedio/nonblock operations not ractor-safe
Bug #20896:
io/nonblock operations not ractor-safe
Description
This prevents from calling socket.nonblock = true
in a non-main ractor.
Actions
Added by chucke (Tiago Cardoso) 11 months ago. Updated 11 months ago.
Description
This prevents from calling socket.nonblock = true
in a non-main ractor.
The PR was merged.