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) over 1 year ago. Updated over 1 year ago.
Description
This prevents from calling socket.nonblock = true in a non-main ractor.
The PR was merged.