forked from I2P_Developers/i2p.i2p
InternalSocket: Implement more methods, add debug output, don't ignore interrupt on accept()
Close socket on InternalSocketRunner exception
This commit is contained in:
@@ -43,8 +43,8 @@ class InternalSocketRunner extends I2PAppThread {
|
||||
if (this.open) {
|
||||
Log log = new Log(InternalSocketRunner.class);
|
||||
log.error("Error listening for internal connections on port " + this.port, ex);
|
||||
stopRunning();
|
||||
}
|
||||
this.open = false;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user