We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c608f8 + 9b1dee5 commit 44def2eCopy full SHA for 44def2e
ocpp-common/src/main/java/eu/chargetime/ocpp/Server.java
@@ -171,7 +171,7 @@ public void handleConnectionOpened() {}
171
}
172
173
private Optional<UUID> getSessionID(ISession session) {
174
- if (!sessions.containsValue(session)) {
+ if (!sessions.containsKey(session.getSessionId())) {
175
return Optional.empty();
176
177
0 commit comments