mirror of
https://github.com/brmlab/timingattack.git
synced 2025-06-09 17:44:01 +02:00
Fix error in receiving loop.
This commit is contained in:
parent
e43c3fcbd5
commit
2d97b930f6
1 changed files with 2 additions and 1 deletions
|
@ -50,7 +50,7 @@ public class MessageVerifier implements Runnable {
|
|||
socket.shutdownInput();
|
||||
socket.close();
|
||||
} catch (IOException e) {
|
||||
e.printStackTrace();
|
||||
System.err.println("ERROR: " + e.getMessage());
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -65,6 +65,7 @@ public class MessageVerifier implements Runnable {
|
|||
}
|
||||
catch (Throwable t) {
|
||||
System.err.println("ERROR: " + t.getMessage());
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue