Skip to content
Snippets Groups Projects
Unverified Commit c3b46092 authored by Christophe Painchaud's avatar Christophe Painchaud Committed by GitHub
Browse files

Enable TCP KEEPALIVE to RFLink for dead connection detection (#46438)

RFLink compoment when used over TCP protocol suffers a major issue : it doesn't
know when connection is timeout or lost because there is no keepalive mechanism
so it can stay disconnected forever.
I wrote a small patch for the underlying 'python-rflink' library which will enable
TCP KEEPPAlive. On HASSIO side it will just add an optional argument in yml file
which will propagate to python-rflink caller.
parent a8beae3c
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment