mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 23:35:58 +03:00
[GH-ISSUE #169] Client dies after server disconnection #73
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#73
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 @yankejustin on GitHub (May 23, 2015).
Original GitHub issue: https://github.com/quasar/Quasar/issues/169
Background
- Normal server running - Normal client connected - General normal normalnessIssue
After killing the server, the client (reconnect time: 5000 ms) should automagically try to reconnect. If the server is initialized once again, the client will not connect as it should. This behavior is due to the client, as killing and reinitializing the client will show that the client is connected once again.
In Short
The client does not reconnect (as intended) after the connection to a functional server is broken. The client, instead, will just hang around.
@yankejustin commented on GitHub (May 23, 2015):
I will investigate these two issues tonight and see why my client is doing this. I will re-open if I still experience issues and will inform you of any irregularities.