Skip to content

Fix creating two lk rooms if there is no local store setup (fixes a resulting disconnect bug) #3293

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

Merged
merged 3 commits into from
May 28, 2025

Conversation

toger5
Copy link
Contributor

@toger5 toger5 commented May 27, 2025

No description provided.

@toger5 toger5 force-pushed the toger5/more-disconnect-logging branch from 553f67d to a1110af Compare May 27, 2025 15:39
@toger5 toger5 changed the title More logging livekit Fix creating two lk rooms if there is no local store setup (fixes a resulting disconnect bug) May 27, 2025
@@ -29,7 +29,7 @@ window.setLKLogLevel = setLKLogLevel;
initRageshake().catch((e) => {
logger.error("Failed to initialize rageshake", e);
});
setLKLogLevel("warn");
setLKLogLevel("info");
Copy link
Member

Choose a reason for hiding this comment

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

Agree, info is engouh to get the livekit room logs we want

@toger5 toger5 added the PR-Bug-Fix Release note category. A PR that fixes a bug. label May 28, 2025
@toger5 toger5 merged commit 68396f8 into livekit May 28, 2025
31 checks passed
toger5 added a commit that referenced this pull request May 28, 2025
Fix creating two lk rooms if there is no local store setup (fixes a resulting disconnect bug)
toger5 added a commit that referenced this pull request May 28, 2025
…ng (#3297)

Fix creating two lk rooms if there is no local store setup (fixes a resulting disconnect bug)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR-Bug-Fix Release note category. A PR that fixes a bug.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants