mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-26 07:45:57 +03:00
[GH-ISSUE #125] Bug: stopping listen server #61
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#61
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 12, 2015).
Original GitHub issue: https://github.com/quasar/Quasar/issues/125
Stopping the listen server with multiple clients connected will not correctly disconnect the client/remove from listview
@yankejustin commented on GitHub (May 12, 2015):
Will it remove the clients correctly and just not update the interface as it should, or is it not disconnecting them correctly entirely?
@ghost commented on GitHub (May 12, 2015):
Both
@yankejustin commented on GitHub (May 12, 2015):
lol... got it! I will look into it.
@ghost commented on GitHub (May 12, 2015):
I didn't get a chance to debug it, but stopping the listen server, one of the clients would still be in the listview, and would respond to commands. It appeared that only one of the clients would hang left over. I tested this first with 2 active clients, then 3 active clients
@yankejustin commented on GitHub (May 12, 2015):
Interesting. Any exceptions thrown?
@ghost commented on GitHub (May 12, 2015):
I believe so yes. Set a breakpoint on Disconnect method in xServer.Core.Server. I believe the problem lies within the logic in that method, although I'm not sure