You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An :exception => false option can be passed to non-blocking IO functions, avoiding the exception and returning a symbol instead. This applies to read_nonblock, read_partial, write_nonblock, sysread_nonblock, and so on across IO, StringIO, SSLSocket, and SSLSocket with buffering.rb.
The text was updated successfully, but these errors were encountered:
See https://bugs.ruby-lang.org/issues/5138
An :exception => false option can be passed to non-blocking IO functions, avoiding the exception and returning a symbol instead. This applies to read_nonblock, read_partial, write_nonblock, sysread_nonblock, and so on across IO, StringIO, SSLSocket, and SSLSocket with buffering.rb.
The text was updated successfully, but these errors were encountered: