Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pion/webrtc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.2.42
Choose a base ref
...
head repository: pion/webrtc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.2.43
Choose a head ref
  • 2 commits
  • 6 files changed
  • 2 contributors

Commits on Jun 16, 2024

  1. Fix race condition in test

    In TestPeerConnection_Zero_PayloadType, WriteSample might be called
    after closePairNow, resulting in failure. This patch fixes the issue.
    aler9 authored and Sean-Der committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    4430f41 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Make onNegotiationNeeded conform to spec

    - Removes non-canon logic
    edaniels committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    b3856ff View commit details
    Browse the repository at this point in the history
Loading