jmuehlner opened a new pull request, #893: URL: https://github.com/apache/guacamole-client/pull/893
The issue here is that if you do a connection batch import with a file with 1000 connections, granting permission to each of these connections to a single user: 1. The connection creation succeeds since the connection creation is properly batched 2. The attempt to grant permissions causes an error since the permission updates were _not_ batched This PR fixes #2. -- 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]
