5657585960616263646566
} @Override public void close() { Session session = sessionRegistryService.getSession(remoteAddress); if (sessionRegistryService.removeSession(remoteAddress)) { LOG.debug("Successfully removed session: {}", session); } else