Skip to content

Commit

Permalink
fixup! add WebSocket failing warning
Browse files Browse the repository at this point in the history
  • Loading branch information
olexii4 committed Aug 28, 2020
1 parent 9f4c03f commit 15d0646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/api/json-rpc/che-json-rpc-master-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export class CheJsonRpcMasterApi {
this.$log.warn('WebSocket connection is closed.');
} else {
this.globalWarningBannerService.addMessage(`WebSocket connections "${entrypoint}" are failing due to network restrictions.
${this.branding.getName()} workspaces may not be usable. Please refer to the
Workspaces may not be usable. Please refer to the
<a href="${this.branding.getDocs().webSocketTroubleshooting}" target="_blank">Network Troubleshooting</a>
section of the ${this.branding.getName()} User Guide.`);
this.$log.warn('The maximum number of attempts to reconnect WebSocket has been reached.');
Expand Down

0 comments on commit 15d0646

Please sign in to comment.