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

Add websocketTimeout to RoomConnectOptions #834

Merged
merged 6 commits into from
Aug 15, 2023
Merged

Add websocketTimeout to RoomConnectOptions #834

merged 6 commits into from
Aug 15, 2023

Conversation

lukasIO
Copy link
Contributor

@lukasIO lukasIO commented Aug 10, 2023

No description provided.

@changeset-bot
Copy link

changeset-bot bot commented Aug 10, 2023

🦋 Changeset detected

Latest commit: 5bef732

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

@lukasIO lukasIO requested a review from davidzhao August 10, 2023 08:48
@github-actions
Copy link
Contributor

github-actions bot commented Aug 10, 2023

size-limit report 📦

Path Size
dist/livekit-client.esm.mjs 75.73 KB (+0.1% 🔺)
dist/livekit-client.umd.js 81.09 KB (+0.1% 🔺)

Copy link
Member

@davidzhao davidzhao left a comment

Choose a reason for hiding this comment

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

lgtm!

reject(new ConnectionError('room connection has been cancelled (signal)'));
};

console.log('timeout', opts.websocketTimeout);
Copy link
Member

Choose a reason for hiding this comment

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

console to remove

Copy link
Contributor Author

Choose a reason for hiding this comment

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

thanks!

@@ -17,6 +17,7 @@ export class WebSocketCheck extends Checker {
autoSubscribe: true,
maxRetries: 0,
e2eeEnabled: false,
websocketTimeout: 15_000,
Copy link
Member

Choose a reason for hiding this comment

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

should it just use default?

Copy link
Contributor Author

@lukasIO lukasIO Aug 11, 2023

Choose a reason for hiding this comment

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

the reason for it being explicit here is that the default opts get applied on the room level, not on the client level. So the signal client API requires it to be present explicitly

@lukasIO lukasIO merged commit b87de5d into main Aug 15, 2023
3 checks passed
@lukasIO lukasIO deleted the lukas/ws-timeout branch August 15, 2023 07:22
@github-actions github-actions bot mentioned this pull request Aug 15, 2023
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.

None yet

2 participants