jcaple opened a new pull request #428: GUACAMOLE-827: If the FileReader object is busy, don't continue with … URL: https://github.com/apache/guacamole-client/pull/428 …the next block of blob data when transferring files to remote server until it is free to continue. I've demonstrated this problem and solution in two separate projects, which combined, provide a web client to a local guacamole server that allows file transfers to a remote RDP Windows Desktop. The new BlobWriter.js does not throw errors when transferring files resulting in complete file transfers. To test, run these projects using the existing BlobWriter.js code and transfer image files of decent size (>800kb or so) to the remote desktop by drag-and-drop of local files to the remote desktop: https://github.com/jcaple/guacamole-webclient-test https://github.com/jcaple/guacamole-server-test
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
