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

handle missing cursor property case #15690

Merged

Conversation

zhem0004
Copy link
Contributor

@zhem0004 zhem0004 commented Sep 14, 2022

What does this PR do?

Prevents malformed cursor position messages from being sent

Motivation

Due to cursor loading faster than whiteboard in certain cases it caused position messages to be sent with missing whiteboard ID resulting in
ERROR o.b.c.p.s.ReceivedJsonMsgHandlerActor - Failed to deserialize message Missing creator property 'whiteboardId' (index 0); 'DeserializationFeature.FAIL_ON_MISSING_CREATOR_PROPERTIES' enabled

More

Also it adds a log that lets user know that cursor position has not been sent

To reproduce

  1. Create meeting
  2. Join as Moderator
  3. Join Audio as soon as possible
  4. Pick pencil annotation and start drawing immediately

@sonarcloud
Copy link

sonarcloud bot commented Sep 14, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@gustavotrott gustavotrott merged commit 10c81bf into bigbluebutton:v2.6.x-release Sep 15, 2022
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

3 participants