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

refactor: User Connection Status flow #19742

Conversation

gustavotrott
Copy link
Collaborator

  • Fix user connection status not updating
  • Introduce action userSetConnectionAlive for updating user connection Alive sign
mutation UpdateConnectionAliveAt {
        userSetConnectionAlive
      }
  • Introduce action userSetConnectionRtt for updating user RTT
mutation UpdateConnectionRtt($networkRttInMs: Float!) {
        userSetConnectionRtt(
          networkRttInMs: $networkRttInMs
        )
      }
  • Remove old way to update user connection status (using Hasura update)

@gustavotrott gustavotrott added this to the Release 3.0 milestone Mar 5, 2024
Copy link

sonarcloud bot commented Mar 5, 2024

Quality Gate Passed Quality Gate passed

Issues
26 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.1% Duplication on New Code

See analysis details on SonarCloud

Copy link

github-actions bot commented Mar 5, 2024

Automated tests Summary

All the CI tests have passed!

@gustavotrott gustavotrott merged commit 1f6b215 into bigbluebutton:v3.0.x-release Mar 6, 2024
25 checks passed
@gustavotrott gustavotrott deleted the graphql-connection-status-refactor branch March 11, 2024 16:46
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