Skip to content

[Bot] NPM Packages Release UE5.8 - #992

Open
mcottontensor wants to merge 1 commit into
UE5.8from
changeset-release/UE5.8
Open

[Bot] NPM Packages Release UE5.8#992
mcottontensor wants to merge 1 commit into
UE5.8from
changeset-release/UE5.8

Conversation

@mcottontensor

Copy link
Copy Markdown
Collaborator

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to UE5.8, this PR will be updated.

Releases

@epicgames-ps/pixelstreaming-sfu@1.1.2

Patch Changes

  • 9aa18d0: Fix two bugs that stopped the SFU streaming until it was restarted.

    A player that connected while no streamer was present is never added to the peers map, so
    peers.get() returned undefined when it disconnected. The guards in onPeerDisconnected and
    onLayerPreference tested !== null, which undefined passes, and the SFU crashed. Both now use
    the if (peer) form used elsewhere in the file.

    The SFU also only rescheduled its listStreamers poll when it still had a streamer. If the
    streamer dropped before sending its offer, nothing rescheduled the poll and the SFU sat idle,
    looking healthy, until it was restarted. The poll is now scheduled on every streamer disconnect,
    there is only ever one pending, and it is skipped when the signalling connection is down.

@github-actions
github-actions Bot force-pushed the changeset-release/UE5.8 branch from 38325e3 to ba372a5 Compare September 4, 2026 00:49
@github-actions
github-actions Bot force-pushed the changeset-release/UE5.8 branch from ba372a5 to 737eded Compare September 4, 2026 04:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant