Skip to content

Commit

Permalink
CB-5939 do not send server information to a client side (#3070)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-skoblikov authored Nov 15, 2024
1 parent 5bcef92 commit 5293be4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

public class CBAbstractWebSocket extends Session.Listener.AbstractAutoDemanding {
private static final Log log = Log.getLog(CBAbstractWebSocket.class);
protected static final Gson gson = WSUtils.gson;
protected static final Gson gson = WSUtils.clientGson;

public void handleEvent(WSEvent event) {
if (!isOpen()) {
Expand Down

0 comments on commit 5293be4

Please sign in to comment.