Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Delete print line
  • Loading branch information
sarahchen6 committed Apr 9, 2025
commit f6625a11a2ab9c606dd9b7bbd1bc6e1462c4b2c9
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ public int read(byte[] b, int off, int len) throws IOException {

int readyChannels = selector.select(timeout);
if (readyChannels == 0) {
System.out.println("Timeout (" + timeout + "ms) while waiting for data.");
return 0;
}

Expand Down
Loading