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.
1 parent 5c608f8 commit 9b1dee5Copy full SHA for 9b1dee5
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