mike-jumper opened a new pull request #701: URL: https://github.com/apache/guacamole-client/pull/701
This change corrects a logic error that prevented recordings from playing back properly as of the recent addition of large recording support. The instruction buffer was incorrectly compared against the buffer size threshold after the download had completed, resulting in the last block of data being ignored. If the entire recording was approximately `BLOCK_SIZE` or less, then the entire recording would not play. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
