Skip to content

Commit

Permalink
fix(store): ensure session ID is deleted after client disconnects
Browse files Browse the repository at this point in the history
  • Loading branch information
xtea committed Feb 6, 2025
1 parent 37a6312 commit ec42786
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ public void onChannelDisconnect() {
clientsBox.remove(state.getChannel());
}
}
store.del(sessionId.toString());
}

public HandshakeData getHandshakeData() {
Expand Down

0 comments on commit ec42786

Please sign in to comment.