Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix dynacast can't work after full reconnect #965

Closed
wants to merge 1 commit into from

Conversation

cnderrauber
Copy link
Contributor

No description provided.

Copy link

changeset-bot bot commented Dec 15, 2023

🦋 Changeset detected

Latest commit: 111a5ed

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
livekit-client Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Contributor

size-limit report 📦

Path Size
dist/livekit-client.esm.mjs 78.68 KB (-0.03% 🔽)
dist/livekit-client.umd.js 84.24 KB (-0.03% 🔽)

@@ -368,11 +368,8 @@ export class SignalClient {
this.onAnswer = undefined;
this.onLeave = undefined;
this.onLocalTrackPublished = undefined;
this.onLocalTrackUnpublished = undefined;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems like we'd want to keep these for when it's really cleaning up. So I guess that's the challenge here.

I think resetting them might be ok, but we just need to hook them up to the new callbacks during reconnect? wdyt @lukasIO ?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

agree that we'd want to unset them at one point. Will take a look at how to hook them up during reconnect already

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants