Skip to content

Commit

Permalink
Merge pull request #167 from melloware/patch-1
Browse files Browse the repository at this point in the history
WebSocket implement getSession()
  • Loading branch information
gastaldi authored Oct 22, 2024
2 parents 0e5a8b1 + 313c806 commit 3ab7d0a
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 3ab7d0a

Please sign in to comment.