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 97be9b9 commit 1cd3a29Copy full SHA for 1cd3a29
src/de/javasocketapi/core/InputStreamThread.java
@@ -73,8 +73,10 @@ public void run() {
73
//close socket
74
socket.close();
75
}
76
- } catch (IOException | InstantiationException | IllegalAccessException | NoSuchMethodException | InvocationTargetException e) {
+ } catch (InstantiationException | IllegalAccessException | NoSuchMethodException | InvocationTargetException e) {
77
e.printStackTrace();
78
+ } catch (IOException e) {
79
+ interrupt();
80
81
82
}, 0, 1);
0 commit comments