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
There are several instances of IO.select with a single file descriptor. It is better to use IO#wait_readable or IO#wait_writable` because it is more efficient internally.