-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
Auto reconnect to socket #22
Comments
At that point the app will exit with an error code. Then you can use docker to just restart the container (by adding |
Nope, the container keeps running without any error. |
It had the code in the program, but I overlooked the documentation. By default a socket has no timeout.... Now it will exit as expected when there isn't any data for 60 seconds. |
So I can change
To (30000 milliseconds)
|
🎉 This issue has been resolved in version 1.7.0-beta.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
I've been playing with your smartmeter2mqtt and found an issue:
If the connection to a network device get lost, it won't reconnect.
When I disconnect and reconnect my ethernet reader, it won't reconnect.
The text was updated successfully, but these errors were encountered: