We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12c9139 commit a1a3efcCopy full SHA for a1a3efc
core/src/main/java/org/jruby/util/io/SelectExecutor.java
@@ -234,7 +234,7 @@ private int maxReadReadySize() {
234
235
private int maxWriteReadySize() {
236
int size = 0;
237
- if (writeKeyList != null) size += readKeyList.size();
+ if (writeKeyList != null) size += writeKeyList.size();
238
if (unselectableWriteFDs != null) size += unselectableWriteFDs.size();
239
return size;
240
}
0 commit comments