Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
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.