-
Notifications
You must be signed in to change notification settings - Fork 229
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
Even when TCP connection is dropped #91
Comments
This was merged, just hasn't been released yet: #78 |
Excellent! Any ETA on when this may be released into the wild? |
I'll try to release this evening, should have done it a couple weeks ago but I forgot. |
Many thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I see there's an isConnected() method on ModbusTcpMaster to poll for connection status. I would prefer some kind of event or notification when the TCP connection is lost, but haven't found any. Am I overlloking something, or is polling isConnected() every now and then the preferred method?
Mike
The text was updated successfully, but these errors were encountered: