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.
There are several instances of
IO.select
with a single file descriptor. It is better to useIO#wait_readable
or IO#wait_writable` because it is more efficient internally.ruby-kafka/lib/kafka/socket_with_timeout.rb
Line 40 in 62a0cf9
The text was updated successfully, but these errors were encountered: