()
| 669 | } |
| 670 | |
| 671 | onSuccessfulConnection() { |
| 672 | if (this.ws.readyState !== 1) { |
| 673 | return; |
| 674 | } |
| 675 | this.handleStateCheckConditionsUpdate(); |
| 676 | } |
| 677 | |
| 678 | // The Socket will timeout by calling this.ws.terminate() |
| 679 | // serverRequestSocketTimeout milliseconds after the last |
no test coverage detected