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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
