Mike Jumper created GUACAMOLE-1917: -------------------------------------- Summary: Updates to clipboard contents may be delayed due to lack of flush Key: GUACAMOLE-1917 URL: https://issues.apache.org/jira/browse/GUACAMOLE-1917 Project: Guacamole Issue Type: Bug Reporter: Mike Jumper
All protocols currently implemented by {{guacamole-server}} rely on {{guac_common_clipboard}} to maintain and resend the contents of the remote clipboard, however the {{guac_common_clipboard_send()}} function lacks a call to {{guac_socket_flush()}} after the clipboard has been sent. Depending on the size of data copied, this can result in connected clients not actually receiving the changed clipboard data until something else happens to flush the socket, such as the end of a frame. -- This message was sent by Atlassian Jira (v8.20.10#820010)