mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[GH-ISSUE #652] Reconnect of a client if lost internet connection #402
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#402
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 (Mar 23, 2018).
Original GitHub issue: https://github.com/quasar/Quasar/issues/652
Hello,
sometimes when my client lose his internet connection he doesnt reconnect immediately. Normally the client should reconnect when the internet connection is back. Or he should reconnect lately after 5 seconds because i set the reconnect delay to 5000 ms. But sometimes my client doenst reconnect or he reconnect after 5-10 minutes which is weird. Anything i can do ?
Best regards
@MaxXor commented on GitHub (Apr 17, 2018):
I'd guess this is some kind of firewall problem. The client detects half-open connections in the worst case after 25sec, so with 5sec reconnect delay it should reconnect after 30sec. Are you using Quasar in a VM? There seem to be some reconnection problems, i.e.: #622