Skip to content

Commit

Permalink
WebSocket implement getSession()
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Oct 16, 2024
1 parent 0e5a8b1 commit 313c806
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ public String getQueryString() {

@Override
public Object getSession() {
return null;
return exchange.session();
}

@Override
Expand Down

0 comments on commit 313c806

Please sign in to comment.