Skip to content

Commit

Permalink
Fix WebSocket module for latest SF
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Sep 12, 2022
1 parent 6261980 commit 26a4c4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ protected void closeConnection() throws Exception { // NOSONAR
}

@Override
protected boolean isConnected() {
public boolean isConnected() {
return ((ClientWebSocketContainer.this.clientSession != null)
&& (ClientWebSocketContainer.this.clientSession.isOpen()));
}
Expand Down

0 comments on commit 26a4c4d

Please sign in to comment.