fix: add WebSocket readyState guard to prevent send on non-OPEN socket #307
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| on: pull_request | |
| name: Test examples | |
| jobs: | |
| build-example-graphql-events: | |
| name: Build Example GraphQL Events | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@master | |
| - uses: actions/setup-node@v4 | |
| with: | |
| node-version: 20.x | |
| cache: 'yarn' | |
| - name: Install Deps | |
| run: yarn install --immutable | |
| - name: Build | |
| run: yarn workspace qminder-graphql-events-example build |