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

Removing peerbook's websocket for full WebRTC #437

Merged
merged 53 commits into from
Nov 19, 2023
Merged

Conversation

daonb
Copy link
Contributor

@daonb daonb commented Nov 14, 2023

No description provided.

Copy link

netlify bot commented Nov 14, 2023

Deploy Preview for terminal7 ready!

Name Link
🔨 Latest commit 640a26d
🔍 Latest deploy log https://app.netlify.com/sites/terminal7/deploys/6559edd049ce68000813110b
😎 Deploy Preview https://deploy-preview-437--terminal7.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@daonb daonb requested a review from DmitryPorotov November 19, 2023 11:14
@@ -267,14 +262,14 @@ export class PeerbookConnection {
terminal7.log("Got TBD as uid")
reject("Unregistered")
} else {
Purchases.logIn({ appUserID: uid })
terminal7.run(() => Purchases.logIn({ appUserID: uid }), 10)
resolve()
}
}).catch(e => {
this.session = null
terminal7.log("Failed to get user id", e.toString())
resolve()
Copy link
Contributor

Choose a reason for hiding this comment

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

Why does it do resolve in catch?

src/terminal7.ts Outdated Show resolved Hide resolved
@daonb daonb merged commit 4d8c6cb into tuzig:master Nov 19, 2023
3 of 4 checks passed
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.

2 participants