mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[GH-ISSUE #207] Server forms not closing upon client disconnection #87
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#87
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?
Originally created by @ghost on GitHub (May 26, 2015).
Original GitHub issue: https://github.com/quasar/Quasar/issues/207
@MaxXor, Couldn't find where to handle this. If you have time could you look into this? This stopped working after moving disposing the forms into the Server's Client.cs class (Disconnect method).
If I uninstall a client/disconnect a client, this method is never called.
@MaxXor commented on GitHub (May 26, 2015):
I fixed also another bug, the client did not get removed from the
_clientslist of the server correctly.