-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[openhabcloud] Reconnection Fixes (#14251)
* [openhabcloud] Possible connection leak * Creates thread safe reconnection, reduces unnecessary polling on setup, removes unused variables. * adds the reconnect settings to the internal socket.io options. * Up the min reconnect time * Use @ssalonen sugestion for backoff mins and randomness * Reconnect after server initiated disconnect * Remove unhelpful comments Signed-off-by: Dan Cunningham <dan@digitaldan.com>
- Loading branch information
1 parent
af7ed34
commit 58a979d
Showing
2 changed files
with
52 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters