lost conn means nothing
This commit is contained in:
parent
67305b7396
commit
fded0d4999
@ -32,9 +32,9 @@ public class ChargingPileEventHandler implements ClientEventHandler {
|
|||||||
public void lostConnection(ClientHandler handler) {
|
public void lostConnection(ClientHandler handler) {
|
||||||
|
|
||||||
String pileNo = ChargingPileServer.getPileNo(handler);
|
String pileNo = ChargingPileServer.getPileNo(handler);
|
||||||
if (pileNo != null) {
|
// if (pileNo != null) {
|
||||||
ChargingPileServer.disconnPileNGuns(pileNo);
|
// ChargingPileServer.disconnPileNGuns(pileNo);
|
||||||
}
|
// }
|
||||||
log.info("<- ({}) - [{}] - {} ->",
|
log.info("<- ({}) - [{}] - {} ->",
|
||||||
pileNo, handler.getName(), handler.getSocket().getRemoteSocketAddress().toString());
|
pileNo, handler.getName(), handler.getSocket().getRemoteSocketAddress().toString());
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user