mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[GH-ISSUE #579] Inconsistent connection states #338
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#338
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 @chico-depressive on GitHub (Jan 18, 2017).
Original GitHub issue: https://github.com/quasar/Quasar/issues/579
disconnecting = exit and reconnect = disconnect?
providing a disconnecting without exiting should be a good idea
@yankejustin commented on GitHub (Mar 21, 2017):
Referencing these lines of code.
The way those lines work goes like this: the client will reset its state and disconnect things like clients from the reverse proxy. An internal value is still held to make sure that the client will automatically reconnect. By the lack of comment and the naming of the method, I can see why that would be confusing to read in the code.