Compare commits
3 Commits
socket-1.1
...
socket-1.1
| Author | SHA1 | Date | |
|---|---|---|---|
| 78b5926af1 | |||
| a3d2c2c07e | |||
| 9df812273c |
@@ -7,7 +7,7 @@
|
||||
</parent>
|
||||
<groupId>net.bigeon.gclc</groupId>
|
||||
<artifactId>socket</artifactId>
|
||||
<version>1.1.15</version>
|
||||
<version>1.1.16</version>
|
||||
<packaging>jar</packaging>
|
||||
<name>GCLC Socket</name>
|
||||
<description>Socket implementation of GCLC</description>
|
||||
@@ -36,7 +36,7 @@
|
||||
</developers>
|
||||
<scm>
|
||||
<developerConnection>scm:git:gogs@git.code.bigeon.net:emmanuel/gclc.git</developerConnection>
|
||||
<tag>socket-1.1.15</tag>
|
||||
<tag>socket-1.1.16</tag>
|
||||
</scm>
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
|
||||
@@ -287,6 +287,7 @@ public final class PluggableConsoleInput implements ConsoleInput {
|
||||
throw e;
|
||||
} catch (final IOException e) {
|
||||
LOGGER.log(Level.INFO, "Communication was abrubptly interrupted", e);
|
||||
disconnect();
|
||||
}
|
||||
}
|
||||
connexionLock.wait(connexionTimeout);
|
||||
|
||||
Reference in New Issue
Block a user