-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a new socket each time 'connect' is called #12
Conversation
I don't use this anymore so I can't test it. @acambitsis @altersis Any thoughts from either of you? |
Thanks for responding @laf . |
I'm also not using this anymore so I also can't test. |
Hi Gents, happy new year! I'm still using this integration, and very happy that @akrabi had a chance to enhance it. I cannot test it today, but will certainly do it tomorrow and report back the results. Cheers! |
Hey @altersis , have you had a chance to test these changes? |
Hey, this change has been running on my HA installation for the past two weeks with no issues. |
Each call to connect will create a new socket (closing the old one) and use it to connect.
The purpose of this change is to allow recovery from a broken socket which is not possible without it (unless you create a new instance of the entire class).
Some additional changes: