Skip to content

Commit e2ec9cc

Browse files
committed
fixed OutputStreamThread.java
1 parent ad2f007 commit e2ec9cc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/de/javasocketapi/core/OutputStreamThread.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,8 @@ public void run() {
4646
outputStream.write(bytes);
4747
outputStream.flush();
4848
}
49-
Thread.sleep(0, 1);
5049
}
51-
} catch (IOException | InterruptedException e) {
50+
} catch (IOException e) {
5251
e.printStackTrace();
5352
}
5453
}

0 commit comments

Comments
 (0)