Fix the double onConnectionError event signal #49
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
luca0N/lanbassador#49
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The
onConnectionErrorevent from theServerConnectionclass may be signaled twice in a row. Commitaae71f9c1bintroduces a mitigation for this by closing all opened dialogs, but this can be problematic if another important dialog is being displayed at the time this event is signaled.At this time, the only other dialog that is used in the host list page is the preferences dialog. Changes made to that dialog are immediately effective, plus, there's only one option in it, so it wouldn't be too bad to be in a situation where that dialog would be closed by the server connection error event.
If more dialogs are added to that page in the future, this issue should be fixed first to avoid poor UX.