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