small fix
This commit is contained in:
@@ -29,7 +29,7 @@ public class ServerConnexion extends Connexion {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public boolean update() {
|
public boolean update() {
|
||||||
if (shouldClose | isClosed())
|
if (shouldClose || isClosed())
|
||||||
return false;
|
return false;
|
||||||
return this.keepAliveHandler.update();
|
return this.keepAliveHandler.update();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user