You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@guacamole.apache.org by GitBox <gi...@apache.org> on 2021/07/29 05:13:48 UTC

[GitHub] [guacamole-client] mike-jumper opened a new pull request #631: GUACAMOLE-1387: Update and filter tiled connections only if group is actually changing.

mike-jumper opened a new pull request #631:
URL: https://github.com/apache/guacamole-client/pull/631


   The set of visible connections is normally updated when switching to a different group, with all failed/disconnected connections removed from the view during the switch (as the user has seen the status). The logic within `setAttachedGroup()` erroneously applies this filter even if the group is not changing, resulting in all disconnected connections being removed from the view when only a change has been made to the group.
   
   This change corrects the logic of `setAttachedGroup()` such that it performs the tasks associated with changing the attached group only if the group is actually different.


-- 
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: dev-unsubscribe@guacamole.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [guacamole-client] necouchman merged pull request #631: GUACAMOLE-1387: Update and filter tiled connections only if group is actually changing.

Posted by GitBox <gi...@apache.org>.
necouchman merged pull request #631:
URL: https://github.com/apache/guacamole-client/pull/631


   


-- 
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: dev-unsubscribe@guacamole.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org