You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@guacamole.apache.org by "mike-jumper (via GitHub)" <gi...@apache.org> on 2023/01/23 17:44:12 UTC

[GitHub] [guacamole-server] mike-jumper commented on a diff in pull request #411: GUACAMOLE-377: Send a sync instruction to users when synchronizing surfaces.

mike-jumper commented on code in PR #411:
URL: https://github.com/apache/guacamole-server/pull/411#discussion_r1084360096


##########
src/common/display.c:
##########
@@ -178,6 +180,9 @@ void guac_common_display_dup(guac_common_display* display, guac_user* user,
     guac_common_display_dup_layers(display->layers, user, socket);
     guac_common_display_dup_layers(display->buffers, user, socket);
 
+    /* Synchronize all connected users */

Review Comment:
   This particular line does not synchronize all connected users, but rather marks the boundary of the first frame.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@guacamole.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org