Fix WebSocket module for latest SF

This commit is contained in:
Artem Bilan
2022-09-12 11:36:31 -04:00
parent 62619804b6
commit 26a4c4dfac

View File

@@ -267,7 +267,7 @@ public final class ClientWebSocketContainer extends IntegrationWebSocketContaine
}
@Override
protected boolean isConnected() {
public boolean isConnected() {
return ((ClientWebSocketContainer.this.clientSession != null)
&& (ClientWebSocketContainer.this.clientSession.isOpen()));
}