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

Connection status integration #1802

Merged
merged 20 commits into from
Jun 21, 2023
Merged

Conversation

subnet-arts
Copy link
Contributor

@subnet-arts subnet-arts commented Jun 15, 2023

Notes:

  • upgrades the credentials table and session.lock file to accept null cookie values. this signals to the app that a new cookie should be fetched. one use case being when an SSE error event occurs.

  • Send Report button on the ConnectionStatus component is not plugged in

  • Supports reconnect after loss / reconnect of internet

  • SSE error conditions show the ConnectionStatus component. Clicking Reconnect button should reestablish clean connection.

  • Was getting 'quit' events in latest round of testing (tinkering with clog settings in eyre), and the app seems to handle these use cases successfully.

@vercel
Copy link

vercel bot commented Jun 15, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

3 Ignored Deployments
Name Status Preview Comments Updated (UTC)
holium-com ⬜️ Ignored (Inspect) Jun 20, 2023 10:35pm
hosting-holium-com ⬜️ Ignored (Inspect) Jun 20, 2023 10:35pm
join-holium-com ⬜️ Ignored (Inspect) Jun 20, 2023 10:35pm

Patrick Bergeron and others added 2 commits June 20, 2023 02:59
…. added ConnectionStatus component to stand alone chat, added support for loss of internet, added reconnect support (manual on SSE error)
@@ -76,7 +76,7 @@ export class RealmService extends AbstractService<RealmUpdateTypes> {
? {
serverId: session.patp,
serverUrl: session.url,
cookie: session.cookie,
cookie: session.cookie || '',
}
Copy link
Contributor

Choose a reason for hiding this comment

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

typescript complaining

@subnet-arts subnet-arts requested a review from drunkplato June 20, 2023 20:22
@drunkplato drunkplato merged commit 83978b1 into master Jun 21, 2023
@drunkplato drunkplato deleted the connection-status-integration branch June 21, 2023 15:37
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