Skip to content

Fix some race conditions on webrtc connection shutdown. #4279

Fix some race conditions on webrtc connection shutdown.

Fix some race conditions on webrtc connection shutdown. #4279

Workflow file for this run

name: Pull Request Labeler
on:
- pull_request_target
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
configuration-path: .github/labeler.yaml
repo-token: "${{ secrets.GITHUB_TOKEN }}"