-
- Downloads
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.
Showing
- homeassistant/components/rflink/__init__.py 26 additions, 0 deletionshomeassistant/components/rflink/__init__.py
- homeassistant/components/rflink/manifest.json 1 addition, 1 deletionhomeassistant/components/rflink/manifest.json
- requirements_all.txt 1 addition, 1 deletionrequirements_all.txt
- requirements_test_all.txt 1 addition, 1 deletionrequirements_test_all.txt
Please register or sign in to comment